Skip to main content

StyleManagerForm.Show(IGaugeContainer) Method

Show a Style Manager form including the specified gauge container.

Namespace: DevExpress.XtraGauges.Presets.Styles

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public static bool Show(
    IGaugeContainer gaugeContainer
)

Parameters

Name Type Description
gaugeContainer DevExpress.XtraGauges.Base.IGaugeContainer

An object implementing the IGaugeContainer interface.

Returns

Type Description
Boolean

A Boolean value returned by the form.

See Also