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