Click or drag to resize
BasicMultiColumnTable Properties

The BasicMultiColumnTable type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
DataTable object containing rows to be displayed.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyRenderFalseValueUsingEmptyTemplate
Indicates if false value of boolean type-columns should be displayed using the template for empty value.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertyTableCellCssClass
Table cell (TD) CSS class.
Public propertyTableCellPadding
Table cell padding.
Public propertyTableCellSpacing
Table cell spacing.
Public propertyTableCssClass
Table CSS class.
Public propertyTableFirstColumnCellCssClass
CSS class of first table columns' cells (TD).
Public propertyTableFirstRowCellCSSClass
Table cell (TD) CSS class for the first row of the table.
Public propertyTableFirstRowCssClass
First table row (TR) CSS class.
Public propertyTableParams
Params of the table to be displayed.
Public propertyTableRowCssClass
Table row (TR) CSS class.
Public propertyTableSeparatorCellCssClass
CSS class of the separator cell (TD).
Public propertyTableSeparatorRowCssClass
CSS class of the separator row (TR).
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Top
See Also