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

CustomFilterDisplayTextEventArgs(DataViewBase, Object) Constructor

Initializes a new instance of the CustomFilterDisplayTextEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public CustomFilterDisplayTextEventArgs(
    DataViewBase source,
    object value
)

Parameters

Name Type Description
source DataViewBase

A DataViewBase object that is the view that raised the event. This value is assigned to the CustomFilterDisplayTextEventArgs.Source property.

value Object

An object that is the grid’s filter expression displayed within the Filter Panel. This value is assigned to the CustomFilterDisplayTextEventArgs.Value property.

See Also