Library Blazor Components NextGrid Reference Classes GridColumn Properties UserSelect

UserSelect

Specifies whether an user can select cell content by the cursor.

razor
[Parameter]
public bool UserSelect { get; set; }

This parameter specifies whether user-select: none CSS style will be applied on cells within the column.

Sign in