Enum DataGridExpandMode
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the expand behavior of RadzenDataGrid<TItem>.
public enum DataGridExpandMode
- Extension Methods
Fields
Multiple = 1
The user can expand multiple rows.
Single = 0
The user can expand only one row at a time. Expanding a different row collapses the last expanded row.