Skip to main content
Tab

TrackBarProperties.LargeTickInterval Property

Gets or sets a value that is the large ticks interval.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(typeof(decimal), "50")]
public decimal LargeTickInterval { get; set; }

#Property Value

Type Default Description
Decimal "50"

A Decimal value that is the interval between large ticks.

#Remarks

This property allows you to set the interval between large tick marks. Large ticks values are indicated using scale labels that can help an end-user to orient easily in the value range.

Note

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

See Also