Back to Devexpress

GridSettingsBase.SubstituteFilter Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-4022c7d6.md

latest1.7 KB
Original Source

GridSettingsBase.SubstituteFilter Property

Allows you to replace a filter applied with another filter.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EventHandler<SubstituteFilterEventArgs> SubstituteFilter { get; set; }
vb
Public Property SubstituteFilter As EventHandler(Of SubstituteFilterEventArgs)

Property Value

TypeDescription
EventHandler<SubstituteFilterEventArgs>

An EventHandler<TEventArgs><SubstituteFilterEventArgs,> delegate method allowing you to implement custom processing.

|

Remarks

The SubstituteFilter property enables you to replace a filter applied with another filter. The currently applied filter is specified by the SubstituteFilterEventArgs.Filter property. To replace this filter, assign a new filter criterion to this property.

See Also

GridSettingsBase Class

GridSettingsBase Members

DevExpress.Web.Mvc Namespace