Xceed DataGrid for Silverlight Documentation
CellEditorDisplayConditions Enumeration
Members 


Value representing under what conditions cell editors are displayed.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CellEditorDisplayConditions 
   Inherits System.Enum
'Usage
 
Dim instance As CellEditorDisplayConditions
[FlagsAttribute()]
public enum CellEditorDisplayConditions : System.Enum 
Members
MemberDescription
AlwaysCell editors are always displayed.
CellIsCurrentA cell's editor is displayed when the cell is current.
MouseOverCellA cell's editor is displayed when the mouse is over the cell.
MouseOverRowAll the cell editors in a row are displayed when the mouse is over the row.
NoneA cell's editor is displayed only when the cell is being edited.
RowIsBeingEditedAll the cell editors in a row are displayed when the row is being edited.
RowIsCurrentAll the cell editors in a row are displayed when the row is current.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Silverlight.DataGrid.CellEditorDisplayConditions

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback