TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / IsTypedEditor Property

In This Topic
    IsTypedEditor Property (C1TreeColumn)
    In This Topic
    Gets or sets a value indicating the need to use a cell type to determine the type of the editor.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("C1TreeColumn.IsTypedEditor", "Gets or sets a value indicating the need to use a cell type to determine the type of the editor.")>
    <DefaultValueAttribute(True)>
    Public Property IsTypedEditor As Boolean
    [C1Category("Data")]
    [C1Description("C1TreeColumn.IsTypedEditor", "Gets or sets a value indicating the need to use a cell type to determine the type of the editor.")]
    [DefaultValue(true)]
    public bool IsTypedEditor {get; set;}
    Remarks
    System.Boolean - CheckBox; System.Drawing.Color - ColorPicker; System.DateTime - DatePicker;
    See Also