SaaS CMS has officially launched! Learn more now.

Class TableLayoutDataItem

Inheritance
System.Object
TableLayoutDataItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class TableLayoutDataItem

Constructors

TableLayoutDataItem()

Declaration
public TableLayoutDataItem()

TableLayoutDataItem(Int32, Int32, Int32)

Declaration
public TableLayoutDataItem(int rowIndex, int cellIndex, int itemIndex)
Parameters
Type Name Description
System.Int32 rowIndex
System.Int32 cellIndex
System.Int32 itemIndex

TableLayoutDataItem(Int32, Int32, Int32, String)

Declaration
public TableLayoutDataItem(int rowIndex, int cellIndex, int itemIndex, string title)
Parameters
Type Name Description
System.Int32 rowIndex
System.Int32 cellIndex
System.Int32 itemIndex
System.String title

Properties

CellIndex

Number of cell (horizontal), where Item begins (from 1)

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

ItemIndex

Number of control in cell

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

RowIndex

Number of cell (vertical), where Field begins (from 1)

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

Title

Item Title

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

Uid

Item UID

Declaration
public Guid Uid { get; set; }
Property Value
Type Description
System.Guid