![]() | ListRow Methods |
The ListRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddClass | |
![]() | AddColumn(Boolean) |
Adds new column with specified value to the row.
|
![]() | AddColumn(DateTime) |
Adds new column with specified value to the row.
|
![]() | AddColumn(Double) |
Adds new column with specified value to the row.
|
![]() | AddColumn(Int32) |
Adds new column with specified value to the row.
|
![]() | AddColumn(Int64) |
Adds new column with specified value to the row.
|
![]() | AddColumn(Object) |
Adds new column with specified value to the row.
|
![]() | AddColumn(String) |
Adds new column with specified value to the row.
|
![]() | AddColumn(Boolean, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(DateTime, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(Double, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(Int32, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(Int64, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(Object, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(String, Boolean) |
Adds new column with specified value to the row.
|
![]() | AddColumn(String, String) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(String, String, Boolean) |
Adds new column with specified value and action to the row.
|
![]() | AddColumn(String, String, String) |
Adds new column with specified value and action to the row.
|
![]() | doNotRender | |
![]() | GetRowIdentity |
Retrieves row identity (a string that can be used to uniquely identify the row).
|
![]() | RemoveClass | |
![]() | Render |
Renders list row.
|
![]() | ToString | (Overrides ObjectToString.) |