Skip to main content
A newer version of this page is available.
All docs
V18.2

VGridControlBase.RowsCustomization(Point) Method

Invokes the Customization Form at the specified point.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public virtual void RowsCustomization(
    Point screenLocation
)

Parameters

Name Type Description
screenLocation Point

A Point structure that specifies the location of the Customization Form’s top-left corner. The point is set in screen coordinates.

Remarks

Use the RowsCustomization method to invoke the Customization Form at the specified point. Immediately before the form is displayed onscreen the VGridControlBase.ShowCustomizationForm event fires.

See Also