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;}
See Also