Skip to main content
A newer version of this page is available. .

TreeList.CreateCustomization() Method

OBSOLETE

You should use the 'ColumnsCustomization()' method instead of 'CreateCustomization'

Invokes the Customization Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Obsolete("You should use the 'ColumnsCustomization' method instead of 'CreateCustomization'")]
public virtual void CreateCustomization()

Remarks

This method is obsolete. Use the TreeList.ColumnsCustomization method instead.

See Also