Click or drag to resize

ListRow Methods

The ListRow type exposes the following members.

Methods
  NameDescription
Public methodAddClass
Public methodAddColumn(Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(DateTime)
Adds new column with specified value to the row.
Public methodAddColumn(Double)
Adds new column with specified value to the row.
Public methodAddColumn(Int32)
Adds new column with specified value to the row.
Public methodAddColumn(Int64)
Adds new column with specified value to the row.
Public methodAddColumn(Object)
Adds new column with specified value to the row.
Public methodAddColumn(String)
Adds new column with specified value to the row.
Public methodAddColumn(Boolean, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(DateTime, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Double, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int32, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int64, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Object, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(String, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, Boolean)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, String)
Adds new column with specified value and action to the row.
Public methoddoNotRender
Public methodGetRowIdentity
Retrieves row identity (a string that can be used to uniquely identify the row).
Public methodRemoveClass
Public methodRender
Renders list row.
Public methodToString (Overrides ObjectToString.)
Top
See Also