'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 | Cell editors are always displayed. Including this value when setting the CellEditorDisplayConditions property will have a significant negative impact on performance. |
CellIsCurrent | A cell's editor is displayed when it is current. |
MouseOverCell | A cell's editor is displayed when the mouse passes over a cell. |
MouseOverRow | All the cell editors in a row are displayed when the mouse passes over a row. |
None | A cell's editor is displayed only when the cell is being edited. |
RowIsBeingEdited | All the cell editors in a row are displayed when one of the cells in a row is being edited. |
RowIsCurrent | All the cell editors in a row are displayed when the row is current. |
Including Always when setting the CellEditorDisplayConditions property will have a significant negative impact on performance.
If MouseOverCell and/or MouseOverRow are included, the "blinking" effect that can occur if a cell editor's height is larger than the cell or row height, can be prevented by setting the cell or row's MinHeight property, via a style, to the height of the largest cell editor.
System.Object
System.ValueType
System.Enum
Xceed.Wpf.DataGrid.CellEditorDisplayConditions
Target Platforms: Windows 11, Windows 10, 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