PivotCustomDrawCellBaseEventArgs.RowField Property
Gets the innermost row field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField RowField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
If the current cell resides within a Row Grand Total, the RowField property returns null. Otherwise, this property returns the innermost row field that corresponds to the current cell.
Use the PivotCustomDrawCellBaseEventArgs.GetRowFields method to obtain all row fields that correspond to the current cell.
To obtain the corresponding column fields, use the PivotCustomDrawCellBaseEventArgs.ColumnField property and PivotCustomDrawCellBaseEventArgs.GetColumnFields method respectively.
To determine which data field identifies the current cell, use the PivotCustomDrawCellBaseEventArgs.DataField property.
Note
If you try to access the Row