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

TreeList.SetDefaultCustomizationOptions() Method

Sets the options provided by the TreeList.OptionsCustomization property to their default values.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void SetDefaultCustomizationOptions()

Remarks

This method initializes a new instance of the TreeListOptionsCustomization class and assigns it to the TreeList.OptionsCustomization property.

See Also