Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.ShowFormatConditionDialog(PivotGridField, PivotGridField, PivotGridField, FormatConditionDialogType) Method

Invokes the specified format condition dialog.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public void ShowFormatConditionDialog(
    PivotGridField measure,
    PivotGridField row,
    PivotGridField column,
    FormatConditionDialogType dialogKind
)

#Parameters

Name Type Description
measure PivotGridField

A PivotGridField object that is the data field to which you want to add a formatting rule.

row PivotGridField

A PivotGridField object that is the row field to which you want to add a formatting rule.

column PivotGridField

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

dialogKind FormatConditionDialogType

A FormatConditionDialogType enumeration value that is the dialog type.

#Remarks

To invoke the dialog, specify the row, column and data fields, to which intersection the format will be applied, and set the condition dialog type.

See Also