Back to Devexpress

TreeListView.ShowConditionalFormattingManager(ColumnBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-showconditionalformattingmanager-x28-devexpress-dot-xpf-dot-grid-dot-columnbase-x29.md

latest1.5 KB
Original Source

TreeListView.ShowConditionalFormattingManager(ColumnBase) Method

Shows the conditional formatting rules manager.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ShowConditionalFormattingManager(
    ColumnBase column
)
vb
Public Sub ShowConditionalFormattingManager(
    column As ColumnBase
)

Parameters

NameTypeDescription
columnColumnBase

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

|

Remarks

To learn more, see Conditional Formatting.

See Also

AllowConditionalFormattingManager

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace