TreeList.CreateCustomization() Method
OBSOLETE
You should use the 'ColumnsCustomization()' method instead of 'CreateCustomization'
Invokes the Customization Form.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'ColumnsCustomization' method instead of 'CreateCustomization'")]
public virtual void CreateCustomization()
Remarks
This method is obsolete. Use the TreeList.ShowCustomization method instead.
See Also