ASPxGaugeControl.Items Property
Provides access to a list of gauges and their elements. This property supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Description |
---|---|
List<DevExpress.XtraGauges.Core.Base.ISerizalizeableElement> | A List object. |
Remarks
To access the collection of gauges, use the ASPxGaugeControl.Gauges property.
See Also