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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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