Enum DataGridExpandMode
Specifies the expand behavior of RadzenDataGrid<TItem>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum DataGridExpandMode : int
Fields
Name | Description |
---|---|
Multiple | The user can expand multiple rows. |
Single | The user can expand only one row at a time. Expanding a different row collapses the last expanded row. |