Skip to main content
All docs
V25.1
  • CustomAggregateEvaluationContext<T>.Value Property

    Gets of sets the value type for CustomAggregateEvaluationContext<T>.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public T Value { get; set; }

    Property Value

    Type Description
    T

    The value stored in the context.

    See Also