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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public delegate void ListEditCustomFilteringMethod(
ListEditCustomFilteringEventArgs args
);
#Parameters
Name | Type | Description |
---|---|---|
args | List |
An List |
#Remarks
Refer to Implementation of Typed Method Delegates to learn more.