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

TreeViewNode.CheckBoxStyle Property

Gets the check box‘s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TreeViewNodeCheckBoxStyle CheckBoxStyle { get; }

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