Version

AllowHeaderEditing Enumeration

Indicates whether the header can be edited and hode edit mode is initiated.
Syntax
'Declaration
 
Public Enum AllowHeaderEditing 
   Inherits System.Enum
public enum AllowHeaderEditing : System.Enum 
Members
MemberDescription
DefaultHeaders are not editable by default.
ManualHeader editing is allowed, but no default user interface will initiate an edit. Call the UltraGrid.EditHeader method to place a header into edit mode.
NoneHeader editing is not allowed.
OnDoubleClickThe user can double-click the header to enter edit mode. Note that this setting will cause a delay when single-clicking on a header so that the header can distinguish between a single and a double click.
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