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

TreeListView.ShowConditionalFormattingManager(ColumnBase) Method

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 ShowConditionalFormattingManager(
    ColumnBase column
)

Parameters

Name Type Description
column ColumnBase

A ColumnBase object that is the column for which to invoke the conditional formatting manager.

Remarks

To learn more, see Conditional Formatting.

See Also