TreeListNode.AllowSelect Property
Gets or sets whether end-users can select the current node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The AllowSelect property allows you to prevent end-users from selecting individual nodes. If this property is set to false
, the Selection Cell isn’t displayed within the node.
To enable node selection, set the TreeListSettingsSelection.Enabled property to true
.
To learn more, see Selection.
See Also