Class FormDocumentTableRowCellSectionControlItem
Inheritance
System.Object
FormDocumentTableRowCellSectionControlItem
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()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public class FormDocumentTableRowCellSectionControlItem
Constructors
Declaration
public FormDocumentTableRowCellSectionControlItem()
Properties
Declaration
public byte borderType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool borderTypeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public byte cellIndex { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool cellIndexSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public byte colSpan { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool colSpanSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FormDocumentTableRowCellSectionControlItemControl Control { get; set; }
Property Value
Declaration
public object Labels { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string labelWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte rowIndex { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool rowIndexSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public byte rowSpan { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool rowSpanSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool showLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool showLabelSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public byte tabIndex { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public bool tabIndexSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string uid { get; set; }
Property Value
Type |
Description |
System.String |
|