GaugeControlBase.Items Property
In This Article
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.2.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. |
See Also