Member Table: Check Box Support
- 2 minutes to read
In This Article
#Server
Member | Description |
---|---|
ASPx |
Gets or sets a value that specifies whether the nodes checking feature is available. |
Tree |
Gets or sets a value to enable/disable the check box for a particular node. |
Tree |
Gets or sets whether the node is checked. |
Tree |
Gets or sets whether the virtual node is checked. |
ASPx |
Fires after the node’s checked state has been changed by clicking on a check box. |
ASPx |
Gets or sets whether recursive checking is enabled. |
Tree |
Gets a value that specifies the node check state. |
Tree |
Gets a value that specifies the virtual node’s check state. |
#Client
Member | Description |
---|---|
ASPx |
Occurs on the client side when the node’s checked state is changed by clicking on a check box. |
ASPx |
Returns a value indicating whether the node is checked. |
ASPx |
Sets a value indicating whether the node is checked. |
ASPx |
Returns a value which specifies the node’s check state. |
#Appearance
Member | Description |
---|---|
Tree |
Gets the style settings for all check boxes within the control. |
Tree |
Gets the check box‘s style settings. |
Tree |
Gets the style settings for a focused check box within the control. |
Tree |
Provides access to the settings that define an image of check boxes in the checked state. |
Tree |
Provides access to the settings that define an image of check boxes in an indeterminate state. |
Tree |
Provides access to the settings that define an image of check boxes in the unchecked state. |