Checked Property (C1TreeNode)
In This Topic
Gets or sets a value indicating whether the tree node checkbox is in the checked state.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeNode.Checked", "Gets or sets a value indicating whether the tree node checkbox is in the checked state.")>
Public Property Checked As Boolean
[DefaultValue(false)]
[C1Category("Behavior")]
[C1Description("C1TreeNode.Checked", "Gets or sets a value indicating whether the tree node checkbox is in the checked state.")]
public bool Checked {get; set;}
See Also