Skip to main content
Tab

TreeViewStyles.NodeCheckBox Property

Gets the style settings for all check boxes within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeViewNodeCheckBoxStyle NodeCheckBox { get; }

Property Value

Type Description
TreeViewNodeCheckBoxStyle

A TreeViewNodeCheckBoxStyle object that contains the style settings for the check boxes.

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