TrackBarEdit.TickItemContainerStyleSelector Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public StyleSelector TickItemContainerStyleSelector { get; set; }
#Property Value
Type | Description |
---|---|
Style |
A Style |
See Also