Back to Devexpress

TrackBarEdit.TickItemContainerStyleSelector Property

wpf-devexpress-dot-xpf-dot-editors-dot-trackbaredit-728cc7ad.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public StyleSelector TickItemContainerStyleSelector { get; set; }
vb
Public Property TickItemContainerStyleSelector As StyleSelector

Property Value

TypeDescription
StyleSelector

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

|

See Also

TickItemContainerStyle

TrackBarEdit Class

TrackBarEdit Members

DevExpress.Xpf.Editors Namespace