RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterGrid.HeadingAttributes Property

Determines the display characteristics of the table's header.

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

Use HeadingAttributes to specify any display attributes that apply only to the heading of the generated HTML table. HeadingAttributes determines the options that are added to the <TR> tag that defines the header of the grid. These include the color of the header, the alignment of the caption for each column, and any custom options or style rules.

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!