Back to Devexpress

TreeList.SetDefaultCustomizationOptions() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-e9dc4e91.md

latest1.5 KB
Original Source

TreeList.SetDefaultCustomizationOptions() Method

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public void SetDefaultCustomizationOptions()
vb
Public Sub SetDefaultCustomizationOptions

Remarks

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

See Also

OptionsCustomization

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace