Skip to main content
All docs
V24.1

DxTreeList.AllowSelectRowByClick Property

Specifies whether users can select and deselect rows by mouse clicks.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(false)]
[Parameter]
public bool AllowSelectRowByClick { get; set; }

Property Value

Type Default Description
Boolean false

true to allow users to select and deselect rows with mouse clicks; otherwise, false.

See Also