Skip to main content
A newer version of this page is available. .

TdxCustomLayoutControl.OnGetStoredPropertyValue Event

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

Declaration

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