Skip to main content
Tab

TrackBarProperties.LargeTickStartValue Property

Gets or sets the start position 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), "0")]
public decimal LargeTickStartValue { get; set; }

Property Value

Type Default Description
Decimal "0"

A Decimal value that specifies the large tick starting position.

Remarks

The LargeTickStartValue and the TrackBarProperties.LargeTickEndValue properties allows you to define a custom span where large ticks are placed. Use the LargeTickStartValue property to set the first (starting) value that will be marked with the large tick.

Note

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

See Also