KaxTreeNodeCheckState Property |
Gets the checked state of the tree node
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public TreeNodeCheckState CheckState { get; }
Public ReadOnly Property CheckState As TreeNodeCheckState
Get
public:
property TreeNodeCheckState CheckState {
TreeNodeCheckState get ();
}
member CheckState : TreeNodeCheckState with get
Property Value
Type:
TreeNodeCheckState
One of the
TreeNodeExpandMode values.
See Also