TcxPivotGridGetPropertiesEvent Type
The procedural type for editor setting retrieval events in a Pivot Grid control.
Declaration
TcxPivotGridGetPropertiesEvent = procedure(Sender: TcxPivotGridField; ACell: TcxPivotGridCustomCellViewInfo; var AProperties: TcxCustomEditProperties) of object;
Parameters
Name | Type | Description |
---|---|---|
Sender | TcxPivotGridField | Provides access to the pivot grid field that raised the current editor setting retrieval event. The
|
ACell | TcxPivotGridCustomCellViewInfo | Provides access to ViewInfo information of the currently processed pivot grid cell. |
AProperties | TcxCustomEditProperties | Specifies editor settings for the currently processed cell in the pivot grid field accessible through the You can use the To identify the actual editor settings class, call the Important Do not change individual editor settings accessible through the |
Remarks
An editor setting retrieval event occurs when a pivot grid field is about to determine the required editor for a data cell. You can handle this event to change editors in individual cells depending on custom conditions.
TcxPivotGridGetPropertiesEvent Type References
The OnGetProperties event of a pivot grid field references the TcxPivotGridGetPropertiesEvent
procedural type.