Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.Value Property

    Gets an object that specifies the filter menu view model.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.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