Skip to main content

FormatRuleFieldIntersectionSettings.Column Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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