Skip to main content

TreeList.SetDefaultNavigationOptions() Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public void SetDefaultNavigationOptions()

Remarks

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

See Also