GaugeControlBase.Elements Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
[Browsable(false)]
public ObservableCollection<IElementInfo> Elements { get; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of elements. |
See Also