Skip to main content

StyleManagerForm.GaugeContainer Property

Provides access to the gauge container located in this StyleManagerForm.

Namespace: DevExpress.XtraGauges.Presets.Styles

Assembly: DevExpress.XtraGauges.v23.2.Presets.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public IGaugeContainer GaugeContainer { get; }

Property Value

Type Description
DevExpress.XtraGauges.Base.IGaugeContainer

An object implementing the IGaugeContainer interface.

See Also