Back to Devexpress

PivotGridControl.AddFormatCondition(FormatConditionBase) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-addformatcondition-x28-devexpress-dot-xpf-dot-pivotgrid-dot-formatconditionbase-x29.md

latest1.3 KB
Original Source

PivotGridControl.AddFormatCondition(FormatConditionBase) Method

Add a condition to the FormatConditionCollection collection.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void AddFormatCondition(
    FormatConditionBase formatCondition
)
vb
Public Sub AddFormatCondition(
    formatCondition As FormatConditionBase
)

Parameters

NameTypeDescription
formatConditionFormatConditionBase

A object that is a format condition.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace