Back to Devexpress

CustomGetFiltersEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-569396eb.md

latest2.0 KB
Original Source

CustomGetFiltersEventArgs Class

Arguments passed to the FilterController.CustomGetFilters event.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomGetFiltersEventArgs :
    EventArgs
vb
Public Class CustomGetFiltersEventArgs
    Inherits EventArgs

CustomGetFiltersEventArgs is the data class for the following events:

Remarks

The CustomGetFilters event occurs when the FilterController is activated. You can handle this event to specify the Application Model’s Filters node, containing the filter definitions to be used by the FilterController ‘s SetFilter Action for the currently processed List View. The CustomGetFiltersEventArgs class exposes a single CustomGetFiltersEventArgs.Filters property, which specifies the Filters node to be used.

Inheritance

Object EventArgs CustomGetFiltersEventArgs

See Also

CustomGetFiltersEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace