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

FormatRuleFieldIntersectionSettings.Column Property

Gets or sets a column field to which values the PivotGridControl.FormatRules property is applied.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

[DefaultValue(null)]
[PivotAreaProperty(PivotArea.ColumnArea)]
public PivotGridField Column { get; set; }

Property Value

Type Default Description
PivotGridField *null*

The PivotGridField object from column header area to which the PivotGridControl.FormatRules property is applied.

See Also