Back to Devexpress

PivotGridField.SetOLAPFilterByUniqueNameAsync(DefaultBoolean) Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-dot-setolapfilterbyuniquenameasync-x28-devexpress-dot-utils-dot-defaultboolean-x29.md

latest1.4 KB
Original Source

PivotGridField.SetOLAPFilterByUniqueNameAsync(DefaultBoolean) Method

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public Task<bool> SetOLAPFilterByUniqueNameAsync(
    DefaultBoolean value
)
vb
Public Function SetOLAPFilterByUniqueNameAsync(
    value As DefaultBoolean
) As Task(Of Boolean)

Parameters

NameType
valueDefaultBoolean

Returns

Type
Task<Boolean>

See Also

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace