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.v20.2.dll
Declaration
public delegate object ItemsRequestedByFilterConditionMethod(
ListEditItemsRequestedByFilterConditionEventArgs args
);
Public Delegate Function ItemsRequestedByFilterConditionMethod(
args As ListEditItemsRequestedByFilterConditionEventArgs
) As Object
Parameters
Name | Type | Description |
---|---|---|
args | ListEditItemsRequestedByFilterConditionEventArgs | An ListEditItemsRequestedByFilterConditionEventArgs object that contains the required data. |
Returns
Type |
---|
Object |
See Also
Feedback