Skip to main content
All docs
V23.2

TreeList.ShowCustomization(Point) Method

Displays the Customization Form at the specified point.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void ShowCustomization(
    Point showPoint
)

Parameters

Name Type Description
showPoint Point

The position of the Customization Form‘s top-left corner, in screen coordinates.

See Also