Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public List<ISerizalizeableElement> Items { get; set; }

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