Skip to main content
A newer version of this page is available. .
All docs
V20.2

Scale.CustomLabelTemplateSelector Property

Gets or sets an object that chooses a cell template based on custom logic.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v20.2.dll

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

Declaration

public DataTemplateSelector CustomLabelTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

An object that chooses a cell template based on custom logic.

See Also