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

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.v18.2.Web.WebForms.dll

Declaration

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

Property Value

Type Description
DisabledStyle

A DisabledStyle value.

See Also