Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.LargeTickInterval Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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