Skip to main content

ReportDocumentMapStyles.Disabled Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
DisabledStyle

A DisabledStyle value.

See Also