ASPxGaugeControl.Items Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Property Value
Type | Description |
---|---|
List<DevExpress. |
A List object. |
#Remarks
To access the collection of gauges, use the ASPxGaugeControl.Gauges property.
See Also