Skip to main content

TcxGridBand.OnSetStoredPropertyValue Event

Occurs when the values of the current band’s properties are restored from external storage.

Declaration

property OnSetStoredPropertyValue: TcxGridBandSetStoredPropertyValueEvent read; write;

Remarks

In order to restore the values of the current band’s properties whose values are not stored by default and whose names and values were explicitly specified in the OnGetStoredProperties and OnGetStoredPropertyValue events correspondingly, handle the OnSetStoredPropertyValue event. These values will be saved in the resulting output.

The Sender parameter specifies the band object whose properties are being restored.

The AName parameter denotes the name of the current band’s property in the resulting output whose value is being restored from storage and is returned by the AValue parameter.

As for the guiding principles on how to use this event, see the example on how to handle the TcxCustomGridView.OnSetStoredPropertyValue event.

See Also
TcxGridBand.OnSetStoredPropertyValue