'Declaration <FlagsAttribute()> Public Enum CellEditorDisplayConditions Inherits System.Enum
'Usage Dim instance As CellEditorDisplayConditions
[Flags()] public enum CellEditorDisplayConditions : System.Enum
'Declaration <FlagsAttribute()> Public Enum CellEditorDisplayConditions Inherits System.Enum
'Usage Dim instance As CellEditorDisplayConditions
[Flags()] public enum CellEditorDisplayConditions : System.Enum
Member | Description |
---|---|
Always | The cell editors of each cell in the grid are always displayed. Always will only function in the case where Xceed.Grid.Editors.CellEditorManager.CreateControlMode is set to CreateControlMode.ClonedInstance. For details, see Deriving from the CellEditorManager class. Setting the CellEditorDisplayConditions property to Always will have a significant negative impact on performance. |
CellIsCurrent | The editor of the current cell is displayed. |
MouseOverCell | A cell's editor is displayed when the mouse passes over a cell. MouseOverCell will only function in the case where Xceed.Grid.Editors.CellEditorManager.CreateControlMode is set to CreateControlMode.ClonedInstance. For details and examples, see Deriving from the CellEditorManager class. |
MouseOverRow | The cell editors of each cell in a row are displayed when the mouse passes over a row. MouseOverRow will only function in the case where Xceed.Grid.Editors.CellEditorManager.CreateControlMode is set to CreateControlMode.ClonedInstance. For details and examples, see Deriving from the CellEditorManager class. |
None | A cell's editor is only displayed when the cell is being edited. |
RowIsBeingEdited | The cell editors of each cell in a row are displayed when one of the cells in the row is being edited. |
RowIsCurrent | The cell editors of each cell in the GridControl.CurrentRow are displayed. |
When a cell editor is displayed, it is not necessarily activated. A cell editor is activated when it is editing the contents of its associated cell.
CellEditorDisplayConditions.Always, CellEditorDisplayConditions.MouseOverCell, and CellEditorDisplayConditions.MouseOverRow will only function in the case where Xceed.Grid.Editors.CellEditorManager.CreateControlMode is set to CreateControlMode.ClonedInstance. For details, see Deriving from the CellEditorManager class.
System.Object
System.ValueType
System.Enum
Xceed.Grid.CellEditorDisplayConditions
Target Platforms: 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