TreeViewStyles.NodeCheckBox Property
In This Article
Gets the style settings for all check boxes within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNodeCheckBoxStyle NodeCheckBox { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The NodeCheckBox property provides access to the style settings which define the appearance style of all check boxes within the current ASPxTreeView control. A specific style can be applied to a particular check box by using the check box’s TreeViewNode.CheckBoxStyle property.
See Also