Back to Devexpress

AsyncOperationResult.Value Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-asyncoperationresult.md

latest1.6 KB
Original Source

AsyncOperationResult.Value Property

Gets the result of the asynchronous operation.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public virtual object Value { get; }
vb
Public Overridable ReadOnly Property Value As Object

Property Value

TypeDescription
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

Exception

AsyncOperationResult Class

AsyncOperationResult Members

DevExpress.Xpf.PivotGrid Namespace