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

TreeList.ColumnsCustomization() Method

Invokes the Customization Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public void ColumnsCustomization()

Remarks

Use the ColumnsCustomization method to programmatically invoke the Customization Form. When the Customization Form becomes visible, its bottom-right corner matches the Tree List’s bottom-right corner. Once the Customization Form has been shown, it will contain the headers of all the hidden columns whose TreeListOptionsColumn.ShowInCustomizationForm property is set to true.

To invoke the Customization Form at a particular position, use one of the other ColumnsCustomization method’s overload.

See Also