Skip to main content

StyleChooser.Show(IGauge) Method

Invokes a Style Chooser form for the specified gauge.

Namespace: DevExpress.XtraGauges.Core

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public static bool Show(
    IGauge gauge
)

Parameters

Name Type Description
gauge DevExpress.XtraGauges.Base.IGauge

An object implementing the DevExpress.XtraGauges.Base.IGauge interface.

Returns

Type Description
Boolean

true if the Style Chooser form has been invoked successfully; otherwise, false.

Remarks

A Style Chooser form allows end-users to customize gauge styles at runtime.

See Also