TcxGridStorageOption Enum
In This Article
Enumerates the options controlling the storing/restoring of View settings.
#Declaration
Delphi
TcxGridStorageOption = (
gsoUseFilter,
gsoUseSummary
);
#Members
Name |
---|
gso
|
gso
|
#Remarks
Use the View’s StoreToIniFile, StoreToStream, StoreToRegistry, and StoreToStorage methods to store View-specific information to an INI file, stream, registry, or custom storage, respectively.
The following table lists all the possible options that control the parts of a View to be saved and restored.
Value | Description |
---|---|
gso |
Indicates whether to store/restore filter settings and criteria. |
gso |
Indicates whether to store/restore summaries. |
See Also