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.v24.1.Win.dll
NuGet Package: 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