Skip to main content
All docs
V25.1
  • 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.v25.1.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