CanSelectHeader Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether the column header can be selected or not.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.CanSelectHeader", "Gets or sets a value indicating whether the column header can be selected or not.")>
<DefaultValueAttribute(False)>
Public Property CanSelectHeader As Boolean
[C1Category("Behavior")]
[C1Description("C1TreeView.CanSelectHeader", "Gets or sets a value indicating whether the column header can be selected or not.")]
[DefaultValue(false)]
public bool CanSelectHeader {get; set;}
See Also