Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.OnSetStoredPropertyValue Event

In This Article

Occurs when values of the current table item’s properties are restored from external storage.

#Declaration

Delphi
property OnSetStoredPropertyValue: TcxGridTableItemSetStoredPropertyValueEvent read; write;

#Remarks

In order to restore values of the current table item’s properties whose values are not stored by default and whose names and values were explicitly specified on the OnGetStoredProperties and OnGetStoredPropertyValue events correspondingly, handle the OnSetStoredPropertyValue event. These values will be saved in the resulting output.

The Sender parameter specifies the table item object whose properties are being restored.

The AName parameter denotes the name of the current table item’s property in the resulting output whose value is being restored from storage and is returned by the AValue parameter.

As for the guiding principles on how to use this event, see the example on how to handle the TcxCustomGridView.OnSetStoredPropertyValue event.

See Also
TcxCustomGridTableItem.OnSetStoredPropertyValue