Back to Devexpress

GaugeControlBase.Items Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-ba168a3b.md

latest1.4 KB
Original Source

GaugeControlBase.Items Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGauges.Win

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(false, true, false)]
public List<ISerizalizeableElement> Items { get; set; }
vb
<XtraSerializableProperty(False, True, False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property Items As List(Of ISerizalizeableElement)

Property Value

Type
List<DevExpress.XtraGauges.Core.Base.ISerizalizeableElement>

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace