Skip to main content

TreeListView.ShowFormatConditionDialog(ColumnBase, FormatConditionDialogType) Method

Invokes the format condition dialog.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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