Skip to main content

ParseFilterCriteriaEventArgs.Value Property

Gets an object that specifies the filter menu view model.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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