SaaS CMS has officially launched! Learn more now.

Class TableLayout

Inheritance
System.Object
TableLayout
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class TableLayout : CompositeDataBoundControl

Constructors

TableLayout()

Declaration
public TableLayout()

Properties

DesignCellCssClass

Declaration
public string DesignCellCssClass { get; set; }
Property Value
Type Description
System.String

DesignItemCssClass

Declaration
public string DesignItemCssClass { get; set; }
Property Value
Type Description
System.String

ItemTemplate

Declaration
public ITemplate ItemTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

TableContainer

Declaration
public string TableContainer { get; set; }
Property Value
Type Description
System.String

TableLayoutCellPadding

Declaration
public int TableLayoutCellPadding { get; set; }
Property Value
Type Description
System.Int32

TableLayoutColumns

Declaration
public List<Unit> TableLayoutColumns { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Web.UI.WebControls.Unit>

TableLayoutMode

Declaration
public TableLayoutModeType TableLayoutMode { get; set; }
Property Value
Type Description
TableLayoutModeType

TableLayoutRows

Declaration
public List<string> TableLayoutRows { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

TableLayoutStyle

Declaration
public TableStyle TableLayoutStyle { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.TableStyle

Methods

CreateChildControls(IEnumerable, Boolean)

Declaration
protected override int CreateChildControls(IEnumerable dataSource, bool dataBinding)
Parameters
Type Name Description
System.Collections.IEnumerable dataSource
System.Boolean dataBinding
Returns
Type Description
System.Int32

CreateItem(Int32, Guid, String)

Declaration
protected virtual TableLayoutItem CreateItem(int itemIndex, Guid uid, string title)
Parameters
Type Name Description
System.Int32 itemIndex
System.Guid uid
System.String title
Returns
Type Description
TableLayoutItem

InitializeItem(TableLayoutItem)

Declaration
protected virtual void InitializeItem(TableLayoutItem item)
Parameters
Type Name Description
TableLayoutItem item

OnItemCreated(TableLayoutItemEventArgs)

Declaration
protected virtual void OnItemCreated(TableLayoutItemEventArgs e)
Parameters
Type Name Description
TableLayoutItemEventArgs e

Events

ItemCreated

Declaration
public event TableLayout.ItemCreatedEventHandler ItemCreated
Event Type
Type Description
TableLayout.ItemCreatedEventHandler