Skip to main content

CustomTickmarkTextEventArgs.Result Property

Gets or sets the custom tickmark display string.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public string Result { get; set; }

Property Value

Type Description
String

A string that specifies the custom tickmark display string.

Remarks

The initial tickmark display string is specified by the CustomTickmarkTextEventArgs.Text property. To provide a custom tickmark display string, assign the string to the Result property.

See Also