Back to Devexpress

BaseGaugeWin.AccessibleDescriptionFormat Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-basegaugewin-f8b87412.md

latest1.5 KB
Original Source

BaseGaugeWin.AccessibleDescriptionFormat Property

Gets or sets a pattern that formats the object description used by accessibility client applications.

Namespace : DevExpress.XtraGauges.Win.Base

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(null)]
public string AccessibleDescriptionFormat { get; set; }
vb
<DefaultValue(Nothing)>
Public Property AccessibleDescriptionFormat As String

Property Value

TypeDefaultDescription
Stringnull

The pattern that formats the object description.

|

Remarks

Read the following topic for additional information: Accessibility Support.

See Also

AccessibleDescription

BaseGaugeWin Class

BaseGaugeWin Members

DevExpress.XtraGauges.Win.Base Namespace