DataGrid settings class used to Save/Load settings.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridSettingsDataGrid settings class used to Save/Load settings.
public DataGridSettings()Columns.
public IEnumerable<DataGridColumnSettings> Columns { get; set; }
| Type | Description |
|---|---|
| IEnumerable<DataGridColumnSettings> | Columns. |
CurrentPage.
public int? CurrentPage { get; set; }
| Type | Description |
|---|---|
| int? | CurrentPage. |
Groups.
public IEnumerable<GroupDescriptor> Groups { get; set; }
| Type | Description |
|---|---|
| IEnumerable<GroupDescriptor> | Groups. |
PageSize.
public int? PageSize { get; set; }
| Type | Description |
|---|---|
| int? | PageSize. |