Skip to main content

Default Values for View Options

Every grid View (Banded Table View, Table View, Card View or Chart View) provides a specific set of options controlling its appearance and behavior. EQGrid allows you to save the default values of most of its options to the registry. When a new View is created, its options will be set to these default values.

To save the default values for a View’s options, you can use the View’s context menu provided by the Structure Navigator, for instance:

Adjust the View’s OptionsBehavior, OptionsCustomize, OptionsData, OptionsSelection, OptionsView, Filtering, Preview and Navigator properties and click the Set As Default item from the View’s context menu. This stores the current View options to the registry. For instance, in RAD Studio XE2, the following path is used to store the options:

HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Property Editors\TcxGridViewTemplate

See Also