Skip to main content
A newer version of this page is available. .

TableView.AddFormatCondition(FormatConditionBase) Method

Adds a conditional format to the conditional format collection.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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