Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.1
  • TrackBarEdit.TickItemContainerStyleSelector Property

    Gets or sets an object that chooses a track bar tick item container style based on custom logic. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v20.1.dll

    NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

    Declaration

    public StyleSelector TickItemContainerStyleSelector { get; set; }

    Property Value

    Type Description
    StyleSelector

    A StyleSelector descendant that applies a style based on custom logic.

    See Also