Skip to main content

TableView.AddFormatCondition(FormatConditionBase) Method

Adds a conditional format to the conditional format collection.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void AddFormatCondition(
    FormatConditionBase formatCondition
)

Parameters

Name Type Description
formatCondition FormatConditionBase

A FormatConditionBase object that is the new conditional format.

Remarks

See the Conditional Formats to learn more.

See Also