Skip to main content

ReportDocumentMap.DisabledStyle Property

Contains the style settings which define a Document Map‘s appearance in the disabled state.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
DisabledStyle

A DisabledStyle value.

See Also