Skip to main content

ASPxTreeList.SettingsSelection Property

Provides access to the control’s selection options.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsSelection SettingsSelection { get; }

Property Value

Type Description
TreeListSettingsSelection

A TreeListSettingsSelection object that contains the ASPxTreeList’s selection options.

Remarks

For information on selecting nodes, see Selection.

See Also