Back to Devexpress

TableView.AddFormatCondition(FormatConditionBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-addformatcondition-x28-devexpress-dot-xpf-dot-grid-dot-formatconditionbase-x29.md

latest1.5 KB
Original Source

TableView.AddFormatCondition(FormatConditionBase) Method

Adds a conditional format to the conditional format collection.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
formatConditionFormatConditionBase

A FormatConditionBase object that is the new conditional format.

|

Remarks

See the Conditional Formats to learn more.

See Also

FormatConditions

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace