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

TdxCustomLayoutControl.OnGetStoredProperties Event

In This Article

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

#Declaration

Delphi
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