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

ReportDocumentMapStyles.NodeCheckBox Property

Gets the style settings assigned to check boxes in a Document Map.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public TreeViewNodeCheckBoxStyle NodeCheckBox { get; }

Property Value

Type Description
TreeViewNodeCheckBoxStyle

A TreeViewNodeCheckBoxStyle value.

See Also