'Declaration <DescriptionAttribute("The CellEditorManager that will be used to edit the content of the column's cells.")> <CategoryAttribute("Data")> <TypeConverterAttribute("Xceed.Grid.Design.CellEditorManagerTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <MergablePropertyAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Property CellEditorManager As CellEditorManager
'Usage Dim instance As Column Dim value As CellEditorManager instance.CellEditorManager = value value = instance.CellEditorManager
[Description("The CellEditorManager that will be used to edit the content of the column's cells.")] [Category("Data")] [TypeConverter("Xceed.Grid.Design.CellEditorManagerTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [MergableProperty(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public CellEditorManager CellEditorManager {get; set;}