Class SmartTableLayoutItem
Inheritance
System.Object
SmartTableLayoutItem
Implements
System.Web.UI.IDataItemContainer
System.Web.UI.INamingContainer
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class SmartTableLayoutItem : Control, IDataItemContainer, INamingContainer
Constructors
SmartTableLayoutItem(Int32, Guid)
Declaration
public SmartTableLayoutItem(int itemIndex, Guid uid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | itemIndex | |
System.Guid | uid |
SmartTableLayoutItem(Int32, Guid, String)
Declaration
public SmartTableLayoutItem(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