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

TreeList.SetDefaultSelectionOptions() Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void SetDefaultSelectionOptions()

Remarks

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

See Also