AsyncOperationResult.Value Property
Gets the result of the asynchronous operation.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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