Skip to main content

TcxGridLayoutItem Class

A Layout View‘s layout item.

Declaration

TcxGridLayoutItem = class(
    TcxGridBaseLayoutItem
)

Remarks

The TcxGridLayoutItem is a container for a View’s data item (see the TcxGridLayoutViewItem). This allows manipulating data items within the View’s layout container (see the View’s Container property), using the ExpressLayout Control‘s functionality.

The TcxGridLayoutItem object is referenced by the TcxGridLayoutViewItem.LayoutItem property.

See Also