StyleChooser.Show(IGauge) Method
Invokes a Style Chooser form for the specified gauge.
Namespace: DevExpress.XtraGauges.Core
Assembly: DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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