Back to Devexpress

ListEditCustomFilteringMethod Delegate

aspnetmvc-devexpress-dot-web-dot-mvc-f3eb0773.md

latest1.3 KB
Original Source

ListEditCustomFilteringMethod Delegate

A delegate method that enables you to implement custom filtering logic before the server-side filtering is executed.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public delegate void ListEditCustomFilteringMethod(
    ListEditCustomFilteringEventArgs args
);
vb
Public Delegate Sub ListEditCustomFilteringMethod(
    args As ListEditCustomFilteringEventArgs
)

Parameters

NameTypeDescription
argsListEditCustomFilteringEventArgs

An ListEditCustomFilteringEventArgs object that contains the related arguments.

|

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also

DevExpress.Web.Mvc Namespace