Class FormItem

Represents .

Inheritance
System.Object
FormItem
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.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class FormItem

Constructors

FormItem()

Initializes a new instance of the FormItem class.

Declaration
public FormItem()

Properties

BorderType

Gets or sets the type of the border.

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

The type of the border.

CellIndex

Gets or sets the index of the cell.

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

The index of the cell.

ColSpan

Gets or sets the col span.

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

The col span.

Control

Gets or sets the control.

Declaration
public FormControl Control { get; set; }
Property Value
Type Description
FormControl

The control.

HandlerName

Gets or sets the name of the handler.

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

The name of the handler.

Labels

Gets or sets the labels.

Declaration
public List<FormLabel> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FormLabel>

The labels.

LabelWidth

Gets or sets the width of the label.

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

The width of the label.

RowIndex

Gets or sets the index of the row.

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

The index of the row.

RowSpan

Gets or sets the row span.

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

The row span.

ShowLabel

Gets or sets a value indicating whether [show label].

Declaration
public bool ShowLabel { get; set; }
Property Value
Type Description
System.Boolean

true if [show label]; otherwise, false.

TabIndex

Gets or sets the TabIndex

Declaration
public short TabIndex { get; set; }
Property Value
Type Description
System.Int16

The TabIndex.

Uid

Gets or sets the uid.

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

The uid.