TcxGridTableRowLayoutItem Class
A row layout item for a Table View.
Declaration
TcxGridTableRowLayoutItem = class(
TcxGridRowLayoutItem
)
Remarks
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.
Inheritance
See Also