ItemsRequestedByFilterConditionMethod Delegate
In This Article
A delegate method that enables you to implement retrieval of items requested by the applied filter conditions.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public delegate object ItemsRequestedByFilterConditionMethod(
ListEditItemsRequestedByFilterConditionEventArgs args
);
#Parameters
Name | Type | Description |
---|---|---|
args | List |
An List |
#Returns
Type |
---|
Object |
See Also