| C# |
|---|
| public class ControlRow : IComparable<ControlRow> |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| AllowDisplay | Gets or sets the AllowDisplay value. |
| ChangedNames | Gets a reference to the Object ChangedNames list. |
| ControlColumnID | Gets or sets the ControlColumnID value. |
| DataValueName | Gets or sets the DataValueName value. |
| ID | Gets or sets the ID value. |
| RowControl | Gets or sets the Object RowControl reference. |
| RowIndex | Gets or sets the RowIndex value. |
| RowLabel | Gets or sets the Object RowLabel reference. |
| TabbingIndex | Gets or sets the TabIndex value. |
| ColumnAllowDisplay | The AllowDisplay column name. |
| ColumnControlColumnID | The ControlColumnID column name. |
| ColumnDataValueName | The DataValueName column name. |
| ColumnID | The ID column name. |
| ColumnRowIndex | The RowIndex column name. |
| ColumnTabbingIndex | The TabIndex column name. |
| LengthDataValueName | The DataValueName maximum length. |
| TableName | The table name. |