DxGridModel.AllowSelectRowByClick Property
Specifies whether users can select and deselect rows by mouse clicks.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow users to select and deselect rows by mouse clicks; otherwise, false. |
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.AllowSelectRowByClick member. Refer to its description for more information.
See Also