Skip to main content

TcxGridLayoutView Class

An unbound Layout View.

Declaration

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.

For manipulation of View items (see the Items and VisibleItems properties) as layout elements within a layout container, these items are wrapped with the layout container’s layout items.

See Also