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

TdxCustomGanttControl.OnGetStoredProperties Event

In This Article

Occurs in response to property list creation.

#Declaration

Delphi
property OnGetStoredProperties: TcxGetStoredPropertiesEvent read; write;

#Remarks

You can handle this event to customize the control’s settings before they are saved to an INI file, the registry, or a stream.

A property list is created every time the store operation starts. The Sender parameter specifies the control that raised the event. The AProperties parameter specifies the property list to store.

You can handle the View‘s OnGetStoredProperties event to predefine its settings.

See Also