Skip to main content

TdxCustomLayoutControl.OnGetStoredProperties Event

Enables you to customize the list of layout control settings that will be stored in external storage.

Declaration

property OnGetStoredProperties: TdxLayoutControlGetStoredPropertiesEvent read; write;

Remarks

Fires when storing layout control settings to the storage.

Sender specifies the layout control whose settings will be stored.

AProperties specifies the list of settings to be stored.

To learn how to add custom settings to the persistent settings list, refer to the example in the OnGetItemStoredProperties help topic.

See Also