Class DataGridSettings
DataGrid settings class used to Save/Load settings.
Inheritance
System.Object
DataGridSettings
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridSettings : object
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 |
---|---|
System.Nullable<System.Int32> |
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 |
---|---|
System.Nullable<System.Int32> |