Version

HeaderCheckBoxSynchronization Enumeration

Enum used for specifying how the UltraGridCell Values will be synchronized with UltraGridColumn's Header checkbox
Syntax
'Declaration
 
Public Enum HeaderCheckBoxSynchronization 
   Inherits System.Enum
public enum HeaderCheckBoxSynchronization : System.Enum 
Members
MemberDescription
BandBand. The header checkbox and the cell values are kept in synch. The entire band is affected.
DefaultDefault. The default value for the enumeration. Generally, the behavior for properties with a value of "Default" will resolve differently based on the value of other properties (such as HeaderCheckBoxVisibility).
NoneNone. The header checkbox is not synchronized with any cell values.
RowsCollectionRowsCollection. The header checkbox and the cell values are kept in synch. Only the RowsCollection (island) is affected.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also