MidItems.TCustomDataGrid.RowAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowAttributes: TGridRowAttributes read FRowAttributes  write SetRowAttributes;

C++

__property TGridRowAttributes* RowAttributes = {read=FRowAttributes, write=SetRowAttributes};

Properties

Type Visibility Source Unit Parent
property public
MidItems.pas
MidItems.hpp
MidItems TCustomDataGrid

Description

Determines the display characteristics of the table's body.

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.

See Also

Personal tools
Translations