Back to Devexpress

ItemsRequestedByFilterConditionMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-3363c9fd.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate object ItemsRequestedByFilterConditionMethod(
    ListEditItemsRequestedByFilterConditionEventArgs args
);
vb
Public Delegate Function ItemsRequestedByFilterConditionMethod(
    args As ListEditItemsRequestedByFilterConditionEventArgs
) As Object

Parameters

NameTypeDescription
argsListEditItemsRequestedByFilterConditionEventArgs

An ListEditItemsRequestedByFilterConditionEventArgs object that contains the required data.

|

Returns

Type
Object

See Also

BindList

Online Demo: Combo Box with Large Database

DevExpress.Web.Mvc Namespace