Skip to main content

AsyncOperationResult.Value Property

Gets the result of the asynchronous operation.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public virtual object Value { get; }

Property Value

Type Description
Object

The result of the asynchronous operation.

Remarks

If an exception is thrown while executing the operation, the respective Exception instance is assigned to the AsyncOperationResult.Exception property. Use it to obtain data related to the exception.

See Also