Xceed DataGrid for Silverlight Documentation
CellEditorDisplayConditions Property (Column)


Gets or sets a value indicating under what conditions cell editors are displayed.
Syntax
'Declaration
 
Public Property CellEditorDisplayConditions As Nullable(Of CellEditorDisplayConditions)
'Usage
 
Dim instance As Column
Dim value As Nullable(Of CellEditorDisplayConditions)
 
instance.CellEditorDisplayConditions = value
 
value = instance.CellEditorDisplayConditions
public Nullable<CellEditorDisplayConditions> CellEditorDisplayConditions {get; set;}

Property Value

One or more CellEditorDisplayConditions values indicating under what conditions cell editors are displayed. By default, None.  The CellEditorDisplayConditions property supports bitwise combinations of its values and can be set on the grid or on a per-column basis.
Remarks

The CellEditorDisplayConditions, EditTriggers, and ReadOnly properties are defined on the DataGridControl, Column, and Row classes and, unlike other properties, can inherit their values from their parent element hierarchy. With the exception of the properties defined on the DataGridControl class, all three properties are defined as "nullable" properties, where a null reference (Nothing in Visual Basic) value indicates that its value is inherited from its parent element.

All three properties are defined as read-only on both the Row and Cell classes.

Requirements

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

See Also

Reference

Column Class
Column Members

Manipulating Data

Editing and Inserting Data

Send Feedback