Skip to main content
A newer version of this page is available.
All docs
V21.2

XRPdfContent.AccessibleDescription Property

Overrides the base class property to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public sealed override string AccessibleDescription { get; set; }

Property Value

Type Description
String

Returns String.Empty.

See Also