Skip to main content

TcxGridRowBaseLayoutItem Class

The base class for a row layout item.

Declaration

TcxGridRowBaseLayoutItem = class(
    TcxGridCustomLayoutItem
)

Remarks

This class extends its ancestor with the Layout property that allows you to specify the caption position in the row layout item.

Do not use this class directly. Use its descendant instead.

See Also