Skip to main content

ReportDocumentMapStyles.NodeCheckBoxFocused Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll

Declaration

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

Property Value

Type Description
TreeViewNodeCheckBoxStyle

A TreeViewNodeCheckBoxStyle value.

See Also