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

TdxGanttControlCustomView.OnGetStoredProperties Event

In This Article

Occurs every time the View’s property list is created.

#Declaration

Delphi
property OnGetStoredProperties: TcxGetStoredPropertiesEvent read; write;

#Remarks

You can handle this event to customize the View’s settings that the control can store in an INI file, the registry, or a stream.

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

The property list composition depends on the View type (Chart, Resource Sheet, or Timeline).

You can handle the control’s OnGetStoredProperties event to predefine its settings.

See Also