PivotGridControl.SetOLAPFilterByUniqueNameAsync(Boolean) Method
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
value | Boolean |
Returns
Type |
---|
Task<Boolean> |
See Also
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
public Task<bool> SetOLAPFilterByUniqueNameAsync(
bool value
)
Public Function SetOLAPFilterByUniqueNameAsync(
value As Boolean
) As Task(Of Boolean)
Name | Type |
---|---|
value | Boolean |
Type |
---|
Task<Boolean> |
No
Your feedback is appreciated.