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

TcxGridStorageOptions Type

Represents a set of options that control storing/restoring View-specific information.

#Declaration

Delphi
TcxGridStorageOptions = set of TcxGridStorageOption;

#Referenced Class

Type
TcxGridStorageOption

#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 TcxGridStorageOptions type specifies a set of options that determine whether filter settings and summaries are stored/restored when using these methods.

See Also