Skip to main content

Member Table: Save and Restore Layout

Member Description
TcxCustomPivotGrid.StoreToIniFile Saves the pivot grid’s layout to an INI file.
TcxCustomPivotGrid.StoreToRegistry Saves the pivot grid’s layout to a system registry path.
TcxCustomPivotGrid.StoreToStream Saves the pivot grid’s layout to the specified stream.
TcxCustomPivotGrid.RestoreFromIniFile Restores the pivot grid’s layout from the specified INI file.
TcxCustomPivotGrid.RestoreFromRegistry Restores the pivot grid’s layout from the system registry path.
TcxCustomPivotGrid.RestoreFromStream Restores the pivot grid’s layout from the specified stream.
TcxCustomPivotGrid.OnGetStoredProperties, TcxCustomPivotGrid.OnGetStoredPropertyValue, TcxCustomPivotGrid.OnSetStoredPropertyValue, TcxCustomPivotGrid.OnInitStoredObject, TcxPivotGridField.OnGetStoredProperties, TcxPivotGridField.OnGetStoredPropertyValue, and TcxPivotGridField.OnSetStoredPropertyValue Enable you to specify how pivot grid and field properties are persisted to external data stores.
See Also