TcxPivotGridFieldHeaderMenu.Field Property
Gets the field for which the menu has been shown.
Declaration
property Field: TcxPivotGridField read;
Property Value
Type |
---|
TcxPivotGridField |
Remarks
Use this property to access the TcxPivotGridField instance that represents the field for which the menu has been shown.
Note
the Field property returns nil, if the menu was invoked on the data field anchor.
See Also