ItemsRequestedByFilterConditionMethod Delegate
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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public delegate object ItemsRequestedByFilterConditionMethod(
ListEditItemsRequestedByFilterConditionEventArgs args
);
Parameters
Name | Type | Description |
---|---|---|
args | ListEditItemsRequestedByFilterConditionEventArgs | An ListEditItemsRequestedByFilterConditionEventArgs object that contains the required data. |
Returns
Type |
---|
Object |
See Also