| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum CellEditorDisplayConditions Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| C# | |
|---|---|
[FlagsAttribute()] public enum CellEditorDisplayConditions : Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| 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. |
| 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. |
| RowIsCurrent | All the cell editors in a row are displayed when the row is current. |
| CellIsCurrent | A cell's editor is displayed when it is current. |
| Always | Cell editors are always displayed.
Including this value when setting the CellEditorDisplayConditions property will have a significant negative impact on performance. |
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
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2