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

TreeListSettingsSelection Class

Provides selection settings for ASPxTreeList controls.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListSettingsSelection :
    TreeListSettingsBase

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

See Also