Skip to main content

Member Table: Check Box Support

  • 2 minutes to read

Server

Member Description
ASPxTreeView.AllowCheckNodes Gets or sets a value that specifies whether the nodes checking feature is available.
TreeViewNode.AllowCheck Gets or sets a value to enable/disable the check box for a particular node.
TreeViewNode.Checked Gets or sets whether the node is checked.
TreeViewVirtualNode.Checked Gets or sets whether the virtual node is checked.
ASPxTreeView.CheckedChanged Fires after the node’s checked state has been changed by clicking on a check box.
ASPxTreeView.CheckNodesRecursive Gets or sets whether recursive checking is enabled.
TreeViewNode.CheckState Gets a value that specifies the node check state.
TreeViewVirtualNode.CheckState Gets a value that specifies the virtual node’s check state.

Client

Member Description
ASPxClientTreeView.CheckedChanged Occurs on the client side when the node’s checked state is changed by clicking on a check box.
ASPxClientTreeViewNode.GetChecked Returns a value indicating whether the node is checked.
ASPxClientTreeViewNode.SetChecked Sets a value indicating whether the node is checked.
ASPxClientTreeViewNode.GetCheckState Returns a value which specifies the node’s check state.

Appearance

Member Description
TreeViewStyles.NodeCheckBox Gets the style settings for all check boxes within the control.
TreeViewNode.CheckBoxStyle Gets the check box‘s style settings.
TreeViewStyles.NodeCheckBoxFocused Gets the style settings for a focused check box within the control.
TreeViewImages.CheckBoxChecked Provides access to the settings that define an image of check boxes in the checked state.
TreeViewImages.CheckBoxGrayed Provides access to the settings that define an image of check boxes in an indeterminate state.
TreeViewImages.CheckBoxUnchecked Provides access to the settings that define an image of check boxes in the unchecked state.