Skip to main content
Tab

TrackBarProperties.LargeTickEndValue Property

Gets or sets the maximum value of the span where large tick marks are placed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "100")]
public decimal LargeTickEndValue { get; set; }

Property Value

Type Default Description
Decimal "100"

A Decimal value that is the maximum possible large tick position.

Remarks

The TrackBarProperties.LargeTickStartValue and the LargeTickEndValue properties allows you to define a custom span where large ticks are placed. Use the LargeTickEndValue property to set the maximum possible value that can be marked with the large tick.

Note

The LargeTickEndValue property synchronizes its value with the editor’s ASPxTrackBar.LargeTickEndValue property.

See Also