Skip to main content
A newer version of this page is available. .

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.v21.2.Win.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gauges

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(false, true, false)]
public List<ISerizalizeableElement> Items { get; set; }

Property Value

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