Skip to main content
A newer version of this page is available.
All docs
V20.1

TreeList.ColumnsCustomization(Point) Method

Invokes the Customization Form at the specified screen location.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

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