vcl-cxgridtableview-fe4eb087.md
A row layout item for a Table View.
TcxGridTableRowLayoutItem = class(
TcxGridRowLayoutItem
)
The TcxGridTableRowLayoutItem class members allow you to do the following:
Hide or show the item in the row layout (Visible).
Position the item in the row layout (AlignHorz, AlignVert, AutoAligns, and AlignmentConstraint).
Customize item captions (Caption, CaptionForCustomizeForm, DefaultCaption, and CaptionOptions).
Prohibit a user from editing a value in the item (Enabled).
Move the item to another group (Move, MoveTo, and PutIntoHiddenGroup).
A grid column‘s RowLayoutItem property references a TcxGridTableRowLayoutItem object.
Show 12 items
TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxLayoutBasicItem TdxCustomLayoutLabeledItem TdxLayoutControlItem TcxGridCustomLayoutItem TcxGridRowBaseLayoutItem TcxGridRowLayoutItem TcxGridTableRowLayoutItem
See Also