ASPxTreeList.SettingsSelection Property
In This Article
Provides access to the control’s selection options.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListSettingsSelection SettingsSelection { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
For information on selecting nodes, see Selection.
See Also