CustomAggregateEvaluationContext<T>.Value Property
Gets of sets the value type for CustomAggregateEvaluationContext<T>.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
T | The value stored in the context. |
See Also