Enum ResizeMode
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the column resizing behavior for a MudDataGrid<T>.
public enum ResizeMode
- Extension Methods
Fields
Column = 1
Columns can be expanded a limited amount, ensuring all columns remain visible.
Container = 2
Columns can be expanded any amount; the grid width will be expanded.
None = 0
Nothing happens when the grid is resized.