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

TrackBarProperties.SmallTickFrequency Property

Gets or sets the frequency of small ticks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(5)]
public int SmallTickFrequency { get; set; }

Property Value

Type Default Description
Int32 5

An Int32 value that defines how frequently small ticks are placed.

Remarks

The SmallTickFrequency property defines how many small ticks are placed in every interval between large ticks.

Note

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

See Also