Class DataGridSettings
DataGrid settings class used to Save/Load settings.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridSettings
Constructors
DataGridSettings()
DataGrid settings class used to Save/Load settings.
Declaration
public DataGridSettings()
Properties
Columns
Columns.
Declaration
public IEnumerable<DataGridColumnSettings> Columns { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<DataGridColumnSettings> |
CurrentPage
CurrentPage.
Declaration
public int? CurrentPage { get; set; }
Property Value
Type | Description |
---|---|
int? |
Groups
Groups.
Declaration
public IEnumerable<GroupDescriptor> Groups { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<GroupDescriptor> |
PageSize
PageSize.
Declaration
public int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |