Skip to main content

GaugeControlBase.Elements Property

This property is hidden and intended for internal use only. Normally, you won’t need to use it.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

[Browsable(false)]
public ObservableCollection<IElementInfo> Elements { get; }

Property Value

Type Description
ObservableCollection<DevExpress.Xpf.Gauges.Native.IElementInfo>

A collection of elements.

See Also