Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public PivotGridField Column { get; set; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a column field.

See Also