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

TreeViewNodeCheckBoxStyle Class

Provides the style settings used to paint check boxes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class TreeViewNodeCheckBoxStyle :
    AppearanceStyle

The following members return TreeViewNodeCheckBoxStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapTreeViewNode.CheckBoxStyle
Reporting ReportDocumentMapStyles.NodeCheckBox
ReportDocumentMapStyles.NodeCheckBoxFocused
ASP.NET Web Forms Controls TreeViewNode.CheckBoxStyle
TreeViewStyles.NodeCheckBox
TreeViewStyles.NodeCheckBoxFocused

Remarks

These settings can be accessed using the TreeViewNode.CheckBoxStyle property.

See Also