ComponentOne TreeView for WinForms
IsTypedEditor Property

C1.Win.TreeView Namespace > C1TreeColumn Class : IsTypedEditor Property
Gets or sets a value indicating the need to use a cell type to determine the type of the editor.
Syntax
'Declaration
 
<C1CategoryAttribute("データ")>
<C1DescriptionAttribute("エディターの種類を決定するためにセルの種類を使用する必要があることを示す値を取得または設定します。")>
<DefaultValueAttribute()>
Public Property IsTypedEditor As Boolean
[C1Category("データ")]
[C1Description("エディターの種類を決定するためにセルの種類を使用する必要があることを示す値を取得または設定します。")]
[DefaultValue()]
public bool IsTypedEditor {get; set;}
Remarks
System.Boolean - CheckBox; System.Drawing.Color - ColorPicker; System.DateTime - DatePicker;
See Also

Reference

C1TreeColumn Class
C1TreeColumn Members