Member Table: Save and Restore Layout
Member | Description |
---|---|
TcxCustomTreeList.StoreToIniFile, TcxCustomTreeList.StoreToRegistry, and TcxCustomTreeList.StoreToStream | Save the tree list’s layout in an INI file, registry, or stream. |
TcxCustomTreeList.RestoreFromIniFile, TcxCustomTreeList.RestoreFromRegistry, and TcxCustomTreeList.RestoreFromStream | Restore the tree list’s layout from an INI file, registry, or stream. |
TcxCustomTreeList.OnGetStoredProperties, TcxCustomTreeList.OnGetStoredPropertyValue, TcxCustomTreeList.OnSetStoredPropertyValue, TcxCustomTreeList.OnInitStoredObject, TcxTreeListBand.OnGetStoredProperties, TcxTreeListBand.OnGetStoredPropertyValue, TcxTreeListBand.OnSetStoredPropertyValue, TcxTreeListColumn.OnGetStoredProperties, TcxTreeListColumn.OnGetStoredPropertyValue, and TcxTreeListColumn.OnSetStoredPropertyValue | Specify how to specify how tree list, band, and column properties are persisted to external data stores. |
See Also