LoadDataArgs Class

Supplies information about a LoadData event that is being raised.

Inheritance

Object

LoadDataArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class LoadDataArgs

Constructors

LoadDataArgsLink to this section

Supplies information about a LoadData event that is being raised.

Declaration
public LoadDataArgs()

Properties

FilterLink to this section

Gets the filter expression as a string.

Declaration
public string Filter { get; set; }
Property Value
Type Description
stringGets the filter expression as a string.

FiltersLink to this section

Gets the filter expression as a collection of filter descriptors.

Declaration
public IEnumerable<FilterDescriptor> Filters { get; set; }
Property Value
Type Description
IEnumerable<FilterDescriptor>Gets the filter expression as a collection of filter descriptors.

OrderByLink to this section

Gets the sort expression as a string.

Declaration
public string OrderBy { get; set; }
Property Value
Type Description
stringGets the sort expression as a string.

SkipLink to this section

Gets how many items to skip. Related to paging and the current page. Usually used with the Int32) LINQ method.

Declaration
public int? Skip { get; set; }
Property Value
Type Description
int?Gets how many items to skip. Related to paging and the current page. Usually used with the Int32) LINQ method.

SortsLink to this section

Gets the sort expression as a collection of sort descriptors.

Declaration
public IEnumerable<SortDescriptor> Sorts { get; set; }
Property Value
Type Description
IEnumerable<SortDescriptor>Gets the sort expression as a collection of sort descriptors.

TopLink to this section

Gets how many items to take. Related to paging and the current page size. Usually used with the Int32) LINQ method.

Declaration
public int? Top { get; set; }
Property Value
Type Description
int?Gets how many items to take. Related to paging and the current page size. Usually used with the Int32) LINQ method.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙