vcl-cxgridcustomview-dot-tcxcustomgridview-1f554b57.md
Occurs when the list of the current View’s properties that will be stored in external storage is produced.
property OnGetStoredProperties: TcxGridViewGetStoredPropertiesEvent read; write;
Handle the OnGetStoredProperties event to customize the list of the current View’s properties that will be stored in external storage, e.g. a file, the registry or a stream. Whenever the store process is started, a list of the properties to store is produced. When this event is fired, the list already consists of the View properties’ names which are stored by default. The set of properties in the list depends on the View type (whether it is a (Banded) Table, Card, or Chart View, its version and whether it is data-aware or not).
The Sender parameter specifies the grid View object whose properties will be stored.
The AProperties parameter specifies the list of properties to be stored.
See the example on how to use this event.
See Also
TcxCustomGridTableItem.OnGetStoredPropertyValue
TcxCustomGridTableItem.OnSetStoredPropertyValue
TcxCustomGridView.OnGetStoredPropertyValue
TcxCustomGridView.OnGetStoredPropertyValue
TcxCustomGridView.OnSetStoredPropertyValue
TcxCustomGridView.OnSetStoredPropertyValue
TcxCustomGridView.StoreToIniFile
TcxCustomGridView.StoreToRegistry
TcxCustomGridView.StoreToStream
TcxCustomPivotGrid.OnGetStoredPropertyValue
TcxCustomPivotGrid.OnSetStoredPropertyValue
TcxCustomTreeList.OnGetStoredPropertyValue
TcxCustomTreeList.OnSetStoredPropertyValue
TcxGridBand.OnGetStoredPropertyValue
TcxGridBand.OnSetStoredPropertyValue
TcxGridChartItem.OnGetStoredPropertyValue
TcxGridChartItem.OnSetStoredPropertyValue
TcxPivotGridField.OnGetStoredPropertyValue
TcxPivotGridField.OnSetStoredPropertyValue
TcxTreeListBand.OnGetStoredPropertyValue
TcxTreeListBand.OnSetStoredPropertyValue
TcxTreeListColumn.OnGetStoredPropertyValue
TcxTreeListColumn.OnSetStoredPropertyValue
TdxCustomLayoutControl.OnGetStoredPropertyValue
TdxCustomLayoutControl.OnSetStoredPropertyValue
TdxCustomTileControl.OnGetStoredPropertyValue
TdxCustomTileControl.OnSetStoredPropertyValue
TdxTileControlGroup.OnGetStoredPropertyValue
TdxTileControlGroup.OnSetStoredPropertyValue
TdxTileControlItem.OnGetStoredPropertyValue