Skip to main content

TcxGridStorageOptions Type

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

Declaration

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