Skip to main content
A newer version of this page is available. .

CustomGetFiltersEventArgs Class

Arguments passed to the FilterController.CustomGetFilters event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public class CustomGetFiltersEventArgs :
    EventArgs

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