RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataGrid.RowAttributes Property

Determines the display characteristics of the table's body.

Pascal
property RowAttributes: TGridRowAttributes;
C++
__property TGridRowAttributes RowAttributes;

Use RowAttributes to specify any display attributes that apply only to the rows of the generated HTML table. RowAttributes determines the options that are added to the <TR> tag for each row in the body of the grid. These include the color of the rows, the alignment of data within each cell, and any custom options or style rules.

Note: To influence the display attributes of the grid as a whole or only the header of the grid, use the TableAttributes or HeadingAttributes property instead.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!