TcxPivotGridViewDataItem.PrevVisible Property
In This Article
Gets a field value that is a predecessor of the currently processed field value.
#Declaration
Delphi
property PrevVisible: TcxPivotGridViewDataItem read;
#Property Value
Type |
---|
Tcx |
#Remarks
The PrevVisible property is intended to be used for traversing through the lowest level of field values.
Use the PrevVisible property to return the previous field value, if that field value is located at the lowest level.
Note
the Prev
See Also
TcxPivotGridViewDataItem.PrevVisible