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

In This Article

Enables you to restore a layout control’s custom setting that was previously stored by the OnGetStoredProperties and OnGetStoredPropertyValue event handlers.

#Declaration

Delphi
property OnSetStoredPropertyValue: TdxLayoutControlSetStoredPropertyValueEvent read; write;

#Remarks

Fires when restoring layout control settings from the storage.

Sender specifies the layout control whose setting will be restored.

AName specifies the setting to be restored.

AValue specifies the setting’s value.

To learn how to restore custom settings, refer to the example in the OnSetItemStoredPropertyValue help topic.

See Also