Back to Devexpress

TcxCustomGridView.OnSetStoredPropertyValue Event

vcl-cxgridcustomview-dot-tcxcustomgridview-f6b5791f.md

latest5.3 KB
Original Source

TcxCustomGridView.OnSetStoredPropertyValue Event

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

Declaration

delphi
property OnSetStoredPropertyValue: TcxGridViewSetStoredPropertyValueEvent read; write;

Remarks

In order to restore the values of the current View’s properties which 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 grid View object whose properties are being restored.

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

See the example on how to use this event.

See Also

TcxCustomGridTableItem.OnGetStoredProperties

TcxCustomGridTableItem.OnGetStoredPropertyValue

TcxCustomGridView.OnGetStoredProperties

TcxCustomGridView.OnGetStoredProperties

TcxCustomGridView.OnGetStoredPropertyValue

TcxCustomGridView.OnGetStoredPropertyValue

TcxCustomGridView.RestoreFromIniFile

TcxCustomGridView.RestoreFromRegistry

TcxCustomGridView.RestoreFromStream

TcxCustomPivotGrid.OnGetStoredProperties

TcxCustomPivotGrid.OnGetStoredPropertyValue

TcxCustomTreeList.OnGetStoredProperties

TcxCustomTreeList.OnGetStoredPropertyValue

TcxGridBand.OnGetStoredProperties

TcxGridBand.OnGetStoredPropertyValue

TcxGridChartItem.OnGetStoredProperties

TcxGridChartItem.OnGetStoredPropertyValue

TcxPivotGridField.OnGetStoredProperties

TcxPivotGridField.OnGetStoredPropertyValue

TcxTreeListBand.OnGetStoredProperties

TcxTreeListBand.OnGetStoredPropertyValue

TcxTreeListColumn.OnGetStoredProperties

TcxTreeListColumn.OnGetStoredPropertyValue

TdxCustomLayoutControl.OnGetStoredProperties

TdxCustomLayoutControl.OnGetStoredPropertyValue

TdxCustomTileControl.OnGetStoredProperties

TdxCustomTileControl.OnGetStoredPropertyValue

TdxTileControlGroup.OnGetStoredProperties

TdxTileControlGroup.OnGetStoredPropertyValue

TdxTileControlItem.OnGetStoredProperties

TdxTileControlItem.OnGetStoredPropertyValue

Example: TcxCustomGridView.OnGetStoredProperties, TcxCustomGridView.OnGetStoredPropertyValue, TcxCustomGridView.OnSetStoredPropertyValue, TcxCustomGridView.OnInitStoredObject

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit