'Declaration Public Enum AllowHeaderEditing Inherits System.Enum
public enum AllowHeaderEditing : System.Enum
Member | Description |
---|---|
Default | Headers are not editable by default. |
Manual | Header editing is allowed, but no default user interface will initiate an edit. Call the UltraGrid.EditHeader method to place a header into edit mode. |
None | Header editing is not allowed. |
OnDoubleClick | The 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. |
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