Skip to main content

GaugeControl.About() Method

Activates the GaugeControl’s About dialog.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v24.1.Win.dll

NuGet Package: DevExpress.Win.Gauges

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