Skip to main content
A newer version of this page is available. .

Check Box

Check Boxes allow end-users to check/uncheck nodes. The ASPxTreeView allows you to change the appearance and visibility of all check boxes or customize a particular node’s check box.

TreeView - VE - Check Boxes

The table below lists the main members which affect the element’s appearance:

Characteristics Members
Visibility ASPxTreeView.AllowCheckNodes, TreeViewNode.AllowCheck
Appearance TreeViewStyles.NodeCheckBox, TreeViewNode.CheckBoxStyle, TreeViewStyles.NodeCheckBoxFocused

A check box can be in one of the states listed in the table below. You can specify an image for check boxes in a particular check state.

Check Box State Appearance CheckState property value Image Member
Grayed TreeView_CheckState_Indeterminate CheckState.Indeterminate TreeViewImages.CheckBoxGrayed
Checked TreeView_CheckState_Checked CheckState.Checked TreeViewImages.CheckBoxChecked
Unchecked TreeView_CheckState_Unchecked CheckState.Unchecked TreeViewImages.CheckBoxUnchecked

Member Table

Member Table: Check Box Support

See Also