Back to Devexpress

TcxCustomGridView.OnGetStoredPropertyValue Event

vcl-cxgridcustomview-dot-tcxcustomgridview-58fe611e.md

latest5.1 KB
Original Source

TcxCustomGridView.OnGetStoredPropertyValue Event

Occurs when the values of the current View’s properties are stored in external storage.

Declaration

delphi
property OnGetStoredPropertyValue: TcxGridViewGetStoredPropertyValueEvent read; write;

Remarks

Whenever you have customized the list of the properties to be stored in external storage in the OnGetStoredProperties event you should handle the OnGetStoredPropertyValue event to specify their values. These values will be saved in the resulting output.

The Sender parameter specifies the grid View object whose properties will be stored.

The AName parameter denotes the name of the current View’s property in the resulting output.

In order to store a specific value for the AName property, set its value to the AValue parameter.

See the example on how to use this event.

See Also

TcxCustomGridTableItem.OnGetStoredProperties

TcxCustomGridTableItem.OnSetStoredPropertyValue

TcxCustomGridView.OnGetStoredProperties

TcxCustomGridView.OnGetStoredProperties

TcxCustomGridView.OnSetStoredPropertyValue

TcxCustomGridView.OnSetStoredPropertyValue

TcxCustomGridView.StoreToIniFile

TcxCustomGridView.StoreToRegistry

TcxCustomGridView.StoreToStream

TcxCustomPivotGrid.OnGetStoredProperties

TcxCustomPivotGrid.OnSetStoredPropertyValue

TcxCustomTreeList.OnGetStoredProperties

TcxCustomTreeList.OnSetStoredPropertyValue

TcxGridBand.OnGetStoredProperties

TcxGridBand.OnSetStoredPropertyValue

TcxGridChartItem.OnGetStoredProperties

TcxGridChartItem.OnSetStoredPropertyValue

TcxPivotGridField.OnGetStoredProperties

TcxPivotGridField.OnSetStoredPropertyValue

TcxTreeListBand.OnGetStoredProperties

TcxTreeListBand.OnSetStoredPropertyValue

TcxTreeListColumn.OnGetStoredProperties

TcxTreeListColumn.OnSetStoredPropertyValue

TdxCustomLayoutControl.OnGetStoredProperties

TdxCustomLayoutControl.OnSetStoredPropertyValue

TdxCustomTileControl.OnGetStoredProperties

TdxCustomTileControl.OnSetStoredPropertyValue

TdxTileControlGroup.OnGetStoredProperties

TdxTileControlGroup.OnSetStoredPropertyValue

TdxTileControlItem.OnGetStoredProperties

TdxTileControlItem.OnSetStoredPropertyValue

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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit