PivotGridField.ExpandValueAsync(Object) Method
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type |
|---|---|
| value | Object |
Returns
| Type |
|---|
| Task<Boolean> |
See Also
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
public Task<bool> ExpandValueAsync(
object value
)
Public Function ExpandValueAsync(
value As Object
) As Task(Of Boolean)
| Name | Type |
|---|---|
| value | Object |
| Type |
|---|
| Task<Boolean> |