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

TableView.ShowFormatConditionDialog(ColumnBase, FormatConditionDialogType) Method

Invokes the format condition dialog.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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