Skip to main content

TcxGridViewRepository Class

Represents a component for managing a collection of grid Views.

Declaration

TcxGridViewRepository = class(
    TComponent
)

Remarks

The View repository represents a component allowing you to create, delete and customize grid Views. Views created within the View repository can be used in a grid control (assigned to a specific level) or in ExtLookupEditors which implement lookup functionality with the help of grid Views.

Note

You must not employ the same View in your grid control and ExtLookupEditor at the same time.

The design-time editor of a View repository is similar to the grid’s Component Editor except that it does not provide the Structure panel. To open it, double-click the View repository icon or select the Editor… option from its context menu.

Using the editor you can add and delete Views, access their properties via the Object Inspector, manipulate View columns and manage summaries. Please refer to the Component Editor topic to get more information on editor’s controls.

Inheritance

TObject
TPersistent
TComponent
TcxGridViewRepository
See Also