Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace : CellEditorDisplayConditions Enumeration |
'Declaration <FlagsAttribute()> Public Enum CellEditorDisplayConditions Inherits System.Enum
'Usage Dim instance As CellEditorDisplayConditions
[FlagsAttribute()] public enum CellEditorDisplayConditions : System.Enum
Member | Description |
---|---|
Always | Cell editors are always displayed. |
CellIsCurrent | A cell's editor is displayed when the cell is current. |
MouseOverCell | A cell's editor is displayed when the mouse is over the cell. |
MouseOverRow | All the cell editors in a row are displayed when the mouse is over the 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 the row is being edited. |
RowIsCurrent | All the cell editors in a row are displayed when the row is current. |
System.Object
System.ValueType
System.Enum
Xceed.Silverlight.DataGrid.CellEditorDisplayConditions
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family