PivotGridControl.ShowFormatConditionDialog(PivotGridField, PivotGridField, PivotGridField, FormatConditionDialogType) Method
In This Article
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 | Pivot |
A Pivot |
row | Pivot |
A Pivot |
column | Pivot |
A Pivot |
dialog |
Format |
A Format |
#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