'Declaration Public Enum CellClickAction Inherits System.Enum
public enum CellClickAction : System.Enum
Member | Description |
---|---|
ActivateCell | Clicking on a cell activates the cell, i.e., causes it to become the UltraTree.ActiveCell |
Default | The actual value is determined at a higher level of the resolution hierarchy. |
EditCell | Clicking on a cell activates the cell and causes it to enter edit mode. |
EditCellSelectText | Clicking on a cell activates the cell and causes it to enter edit mode, and the cell's contents are selected after edit mode is entered. Note that this constant behaves the same as 'EditCell' in the case where the editor does not support text selection. |
SelectNodeOnly | Clicking on a cell causes the corresponding UltraTreeNode to become selected and/or activated, but does not activate the cell or put it into edit mode. |
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