TcxGridStorageOption Enum
Enumerates the options controlling the storing/restoring of View settings.
Declaration
TcxGridStorageOption = (
gsoUseFilter,
gsoUseSummary
);
Members
Name |
---|
gsoUseFilter
|
gsoUseSummary
|
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 |
---|---|
gsoUseFilter | Indicates whether to store/restore filter settings and criteria. |
gsoUseSummary | Indicates whether to store/restore summaries. |
See Also