Skip to main content

TreeList.CreateCustomization() Method

OBSOLETE

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

Invokes the Customization Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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