Visible Property (CheckBoxInfo)
In This Topic
Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.
Syntax
'Declaration
<C1DescriptionAttribute("CheckBoxInfo.Visible", "Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
Public Property Visible As Boolean
[C1Description("CheckBoxInfo.Visible", "Gets or sets a value indicating whether the CheckBox are displayed in header of first visible C1TreeColumn.")]
[C1Category("Behavior")]
[DefaultValue(false)]
public bool Visible {get; set;}
See Also