Back to Devexpress

FormatRuleFieldIntersectionSettings.Row Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-formatrulefieldintersectionsettings-84ea8066.md

latest1.7 KB
Original Source

FormatRuleFieldIntersectionSettings.Row Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(null)]
[PivotAreaProperty(PivotArea.RowArea)]
public PivotGridField Row { get; set; }
vb
<DefaultValue(Nothing)>
<PivotAreaProperty(PivotArea.RowArea)>
Public Property Row As PivotGridField

Property Value

TypeDefaultDescription
PivotGridFieldnull

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

|

See Also

FormatRuleFieldIntersectionSettings Class

FormatRuleFieldIntersectionSettings Members

DevExpress.XtraPivotGrid Namespace