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

TcxGridLayoutView Class

An unbound Layout grid View.

#Declaration

Delphi
TcxGridLayoutView = class(
    TcxGridCustomLayoutView,
    IdxLayoutContainerOwner
)

#Remarks

The Layout View is an improved successor to the card format. The card structure is managed via the layout container (see the Container property) that utilizes layout capabilities provided by the ExpressLayout Control.

See Also