Skip to main content

TdxGanttControlCustomView.OnGetStoredProperties Event

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

Declaration

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