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

GaugeControl.About() Method

Activates the GaugeControl’s About dialog.

Namespace: DevExpress.XtraGauges.Win

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

Declaration

public static void About()

Remarks

Primarily, this method is intended for design-time use and is not intended to be called directly from your code.

The About method invokes the About dialog displaying the product name and licensing information.

See Also