Show: Delphi
C++
Display Preferences
MidItems.TGridRowAttributes
From XE2 API Documentation
Delphi
TGridRowAttributes = class(TPersistent)
C++
class PASCALIMPLEMENTATION TGridRowAttributes : public System::Classes::TPersistent
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | MidItems.pas MidItems.hpp |
MidItems | MidItems |
Description
TGridRowAttributes describes the options the TDataGrid component adds to its HTML row tags (<TR>).
TGridRowAttributes implements the RowAttributes and HeadingAttributes properties of a TDataGrid or TAdapterGrid component. It describes display attributes that apply to the generated HTML table's rows. The properties of TGridRowAttributes specify the options added to the generated HTML <TR> tag, as well as any styles that should be applied to the header or body of the table.