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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public delegate void ListEditCustomFilteringMethod(
ListEditCustomFilteringEventArgs args
);
Parameters
Name | Type | Description |
---|---|---|
args | ListEditCustomFilteringEventArgs | An ListEditCustomFilteringEventArgs object that contains the related arguments. |
Remarks
Refer to Implementation of Typed Method Delegates to learn more.
See Also