'Declaration <DescriptionAttribute("Represents under what conditions cell editors are displayed.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(True)> Public Property CellEditorDisplayConditions As CellEditorDisplayConditions
'Usage Dim instance As GridControl Dim value As CellEditorDisplayConditions instance.CellEditorDisplayConditions = value value = instance.CellEditorDisplayConditions
[Description("Represents under what conditions cell editors are displayed.")] [Category("Behavior")] [ApplyToDesigner(true)] public CellEditorDisplayConditions CellEditorDisplayConditions {get; set;}