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

Supplies information about a LoadData event that is being raised.

Declaration
public LoadDataArgs()

Properties

Filterlink

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

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

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

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

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

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 🗙