Skip to main content
Tab

TrackBarProperties.SmallTickFrequency Property

Gets or sets the frequency of small ticks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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