Skip to main content

TrackBarEditTickItem.Placement Property

Gets or sets the tick item placement relative to the track bar. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TickBarPlacement Placement { get; set; }

Property Value

Type Description
TickBarPlacement

A TickBarPlacement enumeration value that identifies the position of the current tick item.

See Also