TdxCustomGanttControl.OnGetStoredProperties Event
Occurs in response to property list creation.
Declaration
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