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.OnGetStoredPropertyValue Event

In This Article

Enables you to specify the layout control custom setting’s value.

#Declaration

Delphi
property OnGetStoredPropertyValue: TdxLayoutControlGetStoredPropertyValueEvent read; write;

#Remarks

Fires when storing layout control settings to the storage, and after the OnGetStoredProperties event.

When customizing the list of layout control settings that will be stored in external storage using the OnGetStoredProperties event handler, it is necessary to specify the custom setting’s value, using the OnGetStoredPropertyValue event handler.

Sender specifies the layout control whose setting will be stored.

AName specifies the setting to be stored.

AValue specifies the setting’s value.

To learn how to specify the custom setting’s value, refer to the example in the OnGetItemStoredPropertyValue help topic.

See Also