Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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