Skip to main content
A newer version of this page is available. .

CustomAggregateEvaluationContext<T>.Value Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public T Value { get; set; }

Property Value

Type Description
T

The value stored in the context.

See Also