Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemTrackBar.TickStyle Property

Gets or sets a value which specifies the location of tick marks within a track bar.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(TickStyle.BottomRight)]
[DXCategory("Appearance")]
public virtual TickStyle TickStyle { get; set; }

#Property Value

Type Default Description
TickStyle BottomRight

A TickStyle value that specifies the location of tick marks within a track bar.

#Remarks

Member

Description

Both

Tick marks are located on both sides of the track bar.

TickStyle_Both

BottomRight

Tick marks are located on the bottom of a horizontal track bar or on the right side of a vertical track bar.

TickStyle_BottomRight

None

No tick marks appear within the track bar.

TopLeft

Tick marks are located on the top of a horizontal track bar or on the left of a vertical track bar.

TickStyle_TopLeft

See Also