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. Specifies whether an user can select cell content by the cursor.
[Parameter] public bool UserSelect { get; set; }
This parameter specifies whether
user-select: none
CSS style will be applied on cells within the column.