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.OnGetStoredPropertyValue Event

In This Article

Enables you to specify chart item property values to be stored in an external store.

#Declaration

Delphi
property OnGetStoredPropertyValue: TcxGridChartItemGetStoredPropertyValueEvent read; write;

#Remarks

Having customized the list of properties to be stored to an external store on the OnGetStoredProperties event, handle the OnGetStoredPropertyValue event to specify their values. These values will be saved in the resulting output.

The Sender parameter specifies the chart item whose properties will be stored.

The AName parameter denotes the name of the chart item’s property in the resulting output.

In order to store a specific value for the AName property, assign the value to the AValue parameter.

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

See Also
TcxGridChartItem.OnGetStoredPropertyValue
TcxGridChartItem.OnGetStoredPropertyValue