Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Column Class / CellEditorManager Property


    CellEditorManager Property (Column)
    Gets or sets the Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the column's cells.
    Syntax
    '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.25208.5768,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

    Property Value

    A reference to a Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the column's cells. By default, DefaultCellEditorManager.
    Remarks

    If the CellEditorManager property has not been explicitly set, the default CellEditorManager for the column's datatype will be used.

    Column Datatype Default CellEditorManager
    String Xceed.Grid.Editors.TextEditor
    Boolean Xceed.Grid.Editors.CheckBoxEditor
    DateTime Xceed.Grid.Editors.DateEditor
    Image None
    Numeric Xceed.Grid.Viewers.NumericViewer

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also