Class TableLayout
Inheritance
System.Object
TableLayout
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class TableLayout : CompositeDataBoundControl
Constructors
Declaration
Properties
Declaration
public string DesignCellCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DesignItemCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ITemplate ItemTemplate { get; set; }
Property Value
Type |
Description |
System.Web.UI.ITemplate |
|
Declaration
public string TableContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int TableLayoutCellPadding { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<Unit> TableLayoutColumns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Web.UI.WebControls.Unit> |
|
Declaration
public TableLayoutModeType TableLayoutMode { get; set; }
Property Value
Declaration
public List<string> TableLayoutRows { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public TableStyle TableLayoutStyle { get; set; }
Property Value
Type |
Description |
System.Web.UI.WebControls.TableStyle |
|
Methods
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 |
|
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
Declaration
protected virtual void InitializeItem(TableLayoutItem item)
Parameters
Declaration
protected virtual void OnItemCreated(TableLayoutItemEventArgs e)
Parameters
Events
Declaration
public event TableLayout.ItemCreatedEventHandler ItemCreated
Event Type