Skip to main content

FormatConditionCommandParameters.Column Property

Gets or sets the column field to which the format rule command is executed.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridField Column { get; set; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a column field.

See Also