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

ReportDocumentMapStyles.Disabled Property

Gets the style settings assigned to disabled items in a Document Map.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public DisabledStyle Disabled { get; }

Property Value

Type Description
DisabledStyle

A DisabledStyle value.

See Also