PivotGridControl.ShowFormatConditionDialog(PivotGridField, PivotGridField, PivotGridField, FormatConditionDialogType) Method
Invokes the specified format condition dialog.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.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