FormatRuleFieldIntersectionSettings.Row Property
In This Article
Gets or sets a row field to which values the PivotGridControl.FormatRules property is applied.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[DefaultValue(null)]
[PivotAreaProperty(PivotArea.RowArea)]
public PivotGridField Row { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
null | The Pivot |
See Also