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

AsyncOperationResult.Value Property

Gets the result of the asynchronous operation.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public 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