DataGridLoadColumnFilterDataEventArgs<T> Class

Supplies information about a LoadColumnFilterData event that is being raised.

Inheritance

Object

DataGridLoadColumnFilterDataEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridLoadColumnFilterDataEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridLoadColumnFilterDataEventArgs<T>link

Supplies information about a LoadColumnFilterData event that is being raised.

Declaration
public DataGridLoadColumnFilterDataEventArgs<T>()

Properties

Columnlink

Gets the RadzenDataGridColumn.

Declaration
public RadzenDataGridColumn<T> Column { get; }
Property Value
Type Description
RadzenDataGridColumn<T>Gets the RadzenDataGridColumn.

Countlink

Gets or sets the total data count.

Declaration
public int Count { get; set; }
Property Value
Type Description
intGets or sets the total data count.

Datalink

Gets or sets the data.

Declaration
public Collections.IEnumerable Data { get; set; }
Property Value
Type Description
Collections.IEnumerableGets or sets the data.

Filterlink

Gets the filter expression as a string.

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

Propertylink

Gets or sets filter property used to limit and distinct values, if not set, args.Data are used as values.

Declaration
public string Property { get; set; }
Property Value
Type Description
stringGets or sets filter property used to limit and distinct values, if not set, args.Data are used as values.

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.

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 🗙