Back to Devexpress

TreeList.SetDefaultSelectionOptions() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-03ca4444.md

latest1.4 KB
Original Source

TreeList.SetDefaultSelectionOptions() Method

Sets the options provided by the TreeList.OptionsSelection 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 SetDefaultSelectionOptions()
vb
Public Sub SetDefaultSelectionOptions

Remarks

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

See Also

OptionsSelection

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace