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

ReportDocumentMapStyles.NodeCheckBoxFocused Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
TreeViewNodeCheckBoxStyle

A TreeViewNodeCheckBoxStyle value.

See Also