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

TreeList.ColumnsCustomization(Point) Method

Invokes the Customization Form at the specified screen location.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public virtual void ColumnsCustomization(
    Point location
)

Parameters

Name Type Description
location Point

A structure which specifies the position of the Customization Form‘s top-left corner. The point is set in screen coordinates.

See Also