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

TreeListView.ShowFormatConditionDialog(ColumnBase, FormatConditionDialogType) Method

Invokes the format condition dialog.

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 ShowFormatConditionDialog(
    ColumnBase column,
    FormatConditionDialogType dialogKind
)

Parameters

Name Type Description
column ColumnBase

A ColumnBase object that is the column to which you want to add a formatting rule.

dialogKind FormatConditionDialogType

A FormatConditionDialogType enumeration value that is the dialog type.

Remarks

To learn more, see Conditional Formatting.

See Also