Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-showformatconditiondialog-x28-pivotgridfield-pivotgridfield-pivotgridfield-formatconditiondialogtype-x29.md

latest2.7 KB
Original Source

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

Invokes the specified format condition dialog.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void ShowFormatConditionDialog(
    PivotGridField measure,
    PivotGridField row,
    PivotGridField column,
    FormatConditionDialogType dialogKind
)
vb
Public Sub ShowFormatConditionDialog(
    measure As PivotGridField,
    row As PivotGridField,
    column As PivotGridField,
    dialogKind As FormatConditionDialogType
)

Parameters

NameTypeDescription
measurePivotGridField

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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace