Back to Devexpress

BaseGaugeWin.AccessibleValueFormat Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-basegaugewin-5c306b7c.md

latest1.4 KB
Original Source

BaseGaugeWin.AccessibleValueFormat Property

Gets or sets a pattern that formats the object value 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 AccessibleValueFormat { get; set; }
vb
<DefaultValue(Nothing)>
Public Property AccessibleValueFormat As String

Property Value

TypeDefaultDescription
Stringnull

The pattern that formats the value.

|

Remarks

Read the following topic for additional information: Accessibility Support.

See Also

BaseGaugeWin Class

BaseGaugeWin Members

DevExpress.XtraGauges.Win.Base Namespace