Skip to main content

CustomAggregateEvaluationContext<T>.Value Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public T Value { get; set; }

Property Value

Type Description
T

The value stored in the context.

See Also