Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : EditTriggers Property |
'Declaration Public Property EditTriggers As EditTriggers
'Usage Dim instance As DataGridControl Dim value As EditTriggers instance.EditTriggers = value value = instance.EditTriggers
public EditTriggers EditTriggers {get; set;}
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 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.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family