Skip to main content
A newer version of this page is available. .

StyleChooser.Show(IGauge) Method

Invokes a Style Chooser form for the specified gauge.

Namespace: DevExpress.XtraGauges.Core

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Show(IGauge) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also