Version

HeaderCheckBoxVisibility Enumeration

Enum used for specifying when the UltraGridColumn's Header checkbox should should be displayed
Syntax
'Declaration
 
Public Enum HeaderCheckBoxVisibility 
   Inherits System.Enum
public enum HeaderCheckBoxVisibility : System.Enum 
Members
MemberDescription
AlwaysAlways. The checkbox will always be displayed in the column header.
DefaultDefault. The default value for the enumeration. Generally, properties with a value of "Default" should resolve to "Never".
NeverNever. The checkbox is never displayed in the column header.
WhenUsingCheckEditorWhenUsingCheckEditor. The checkbox will be displayed when the column's Editor resolves to an editor of type CheckEditor.
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