Back to Devexpress

TdxTileControlGroup.OnGetStoredPropertyValue Event

vcl-dxcustomtilecontrol-dot-tdxtilecontrolgroup-89797087.md

latest1000 B
Original Source

TdxTileControlGroup.OnGetStoredPropertyValue Event

Enables you to provide value for the group to be saved to external data stores.

Declaration

delphi
property OnGetStoredPropertyValue: TcxGetStoredPropertyValueEvent read; write;

Remarks

This event is fired for each property (including default properties) within the list specified in the group’s OnGetStoredProperties event handler. To restore group properties, handle the OnSetStoredPropertyValue event.

The Sender parameter specifies the tile group.

The AName parameter identifies the property name.

Pass the property value as the AValue parameter.

See Also

TdxTileControlGroup Class

TdxTileControlGroup Members

dxCustomTileControl Unit