Class TableLayoutItem
Inheritance
System.Object
TableLayoutItem
Implements
System.Web.UI.IDataItemContainer
System.Web.UI.INamingContainer
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class TableLayoutItem : Control, IDataItemContainer, INamingContainer
Constructors
TableLayoutItem(Int32, Guid)
Declaration
public TableLayoutItem(int itemIndex, Guid uid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | itemIndex | |
| System.Guid | uid |
TableLayoutItem(Int32, Guid, String)
Declaration
public TableLayoutItem(int itemIndex, Guid uid, string title)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | itemIndex | |
| System.Guid | uid | |
| System.String | title |
Properties
DataItem
Declaration
public virtual object DataItem { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ItemIndex
Declaration
public virtual int ItemIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Title
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Uid
Declaration
public Guid Uid { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Implements
System.Web.UI.IDataItemContainer
System.Web.UI.INamingContainer