TreeViewNode.CheckBoxStyle Property
Gets the check box‘s style settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeViewNodeCheckBoxStyle | A TreeViewNodeCheckBoxStyle object that contains the style settings of the check box. |
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