Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridStorageOption Enum

Enumerates the options controlling the storing/restoring of View settings.

#Declaration

Delphi
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