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

ParseFilterCriteriaEventArgs.Value Property

Gets an object that specifies the filter menu view model.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public IValueViewModel Value { get; }

Property Value

Type Description
DevExpress.Utils.Filtering.Internal.IValueViewModel

An object that specifies the filter menu view model.

See Also