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

VGridControlBase.About() Method

Activates the vertical grid’s About dialog box.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.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. On development machines, the license information is always correct. On client machines, the product is always marked as TRIAL in the About dialog.

See Also