Back to Devexpress

TrackBarEdit.TickItemDisplayMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-39b26585.md

latest2.7 KB
Original Source

TrackBarEdit.TickItemDisplayMode Property

Gets or sets a value that specifies how the track bar ticks are displayed. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TrackBarEditTickItemDisplayMode TickItemDisplayMode { get; set; }
vb
Public Property TickItemDisplayMode As TrackBarEditTickItemDisplayMode

Property Value

TypeDescription
TrackBarEditTickItemDisplayMode

A TrackBarEditTickItemDisplayMode enumeration value.

|

Available values:

NameDescription
Tick

Track bar displays tick marks.

| | Text |

Track bar displays text labels.

| | TickAndText |

Track bar displays text labels with tick marks.

|

Remarks

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TickItemDisplayMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-data-grid-create-custom-drop-down-filter/CS/DXGrid_CustomFilterPopup/Window1.xaml#L19

xml
Width="200" Margin="10"
TickFrequency="10" TickItemDisplayMode="TickAndText" TickPlacement="BottomRight"
EditValue="{Binding Path=CustomColumnFilter, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource IntToCriteriaConverter}}"/>

See Also

TickPlacement

TickFrequency

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace