TreeListSettingsSelection Class
In This Article
Provides selection settings for ASPxTreeList controls.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListSettingsSelection :
TreeListSettingsBase
#Related API Members
The following members return TreeListSettingsSelection objects:
#Remarks
These settings can be accessed via the ASPxTreeList.SettingsSelection property.
To enable node selection, set the TreeListSettingsSelection.Enabled property to true
.
#Implements
#Inheritance
Object
StateManager
PropertiesBase
TreeListSettingsBase
TreeListSettingsSelection
See Also