TcxGridRowLayoutItem Class
A row layout item.
Declaration
TcxGridRowLayoutItem = class(
TcxGridRowBaseLayoutItem
)
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).
Specify item dimensions (Height, Width, and MinValueWidth).
Move the item to another group (Move, MoveTo, and PutIntoHiddenGroup).
A grid column‘s RowLayoutItem property references a TcxGridTableRowLayoutItem object.
Inheritance
See Also