| C# |
|---|
| public class ControlDetail : IComparable<ControlDetail> |
| #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. |
| BorderHorizontal | Gets or sets the BorderHorizontal value. |
| BorderVertical | Gets or sets the BorderVertical value. |
| ChangedNames | Gets a reference to the Object ChangedNames list. |
| CharacterPixels | Gets or sets the CharacterPixels value. |
| ColumnRowCount | Gets or sets the ColumnRowCount value. |
| ColumnRowsLimit | Gets or sets the ColumnRowsLimit value. |
| ContentHeight | Gets or sets the ControlsHeight value. |
| ContentWidth | Gets or sets the Calculated ContentWidth value. |
| ControlRowHeight | Gets or sets the ControlRowHeight value. |
| ControlRowSpacing | Gets or sets the ControlRowSpacing value. |
| ControlTabItems | The ControlDetail Object contained ControlTabItems. |
| DataConfigName | Gets or sets the DataConfigName value. |
| DataValueCount | Gets or sets the DataValueCount value. |
| Description | Gets or sets the DataConfigName value. |
| ID | Gets or sets the ID value. |
| MaxControlCharacters | Gets or sets the MaxControlCharacters value. |
| Name | Gets or sets the DataConfigName value. |
| PageColumnsLimit | Gets or sets the PageColumnsLimit value. |
| TableName | Gets or sets the TableName value. |
| UserID | Gets or sets the UserID value. |
| ColumnBorderHorizontal | The BorderHorizontal column name. |
| ColumnBorderVertical | The BorderVertical column name. |
| ColumnCharacterPixels | The CharacterPixels column name. |
| ColumnColumnRowCount | The ColumnColumnRowCount column name. |
| ColumnColumnRowsLimit | The ColumnRowsLimit column name. |
| ColumnContentHeight | The ContentHeight column name. |
| ColumnControlRowHeight | The ControlRowHeight column name. |
| ColumnControlRowSpacing | The ControlRowSpacing column name. |
| ColumnDataConfigName | The DataConfigName column name. |
| ColumnDataValueCount | The DataValueCount column name. |
| ColumnDescription | The Description column. |
| ColumnID | The ID column name. |
| ColumnMaxControlCharacters | The MaxControlCharacters column name. |
| ColumnName | The Name column. |
| ColumnPageColumnsLimit | The PageColumnsLimit column name. |
| ColumnTableName | The TableName column name. |
| ColumnUserID | The UserID column name. |
| DataTableName | The table name. |
| LengthDataConfigName | The DataConfigName maximum length. |
| LengthTableName | The TableName maximum length. |
| LengthUserID | The UserID maximum length. |
| PropertyContentHeight | The ContentHeight column name. |