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

TcxGridChartItem.OnSetStoredPropertyValue Event

In This Article

Enables you to restore chart item property values from an external store.

#Declaration

Delphi
property OnSetStoredPropertyValue: TcxGridChartItemSetStoredPropertyValueEvent read; write;

#Remarks

Handle the OnSetStoredPropertyValue event to restore chart item property values that are not stored by default and whose names and values were explicitly specified on the OnGetStoredProperties and OnGetStoredPropertyValue events. These values will be restored from an external store.

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

The AName parameter denotes the name of the chart item’s property whose value is being restored from an external store. This value is returned by the AValue parameter.

For more information, see the example on how to handle the OnGetStoredProperties event for tabular Views.

See Also