C# |
---|
public class ViewGridColumn : IComparable<ViewGridColumn> |
#ctor | Initializes an object instance. |
Clone | Clones the structure of the object. |
CompareTo | Provides the default Sort functionality. |
Caption | Gets or sets the Caption value. |
ChangedNames | Gets a reference to the ChangedNames list. |
ColumnName | Gets or sets the join ColumnName value. |
PropertyName | Gets or sets the join PropertyName value. |
Sequence | Gets or sets the Sequence value. |
ViewColumnID | Gets or sets the ViewColumnID value. |
ViewDataID | Gets or sets the ViewDataID value. |
Width | Gets or sets the Width value. |
ColumnCaption | The Caption column name. |
ColumnSequence | The Sequence column name. |
ColumnViewColumnID | The ViewColumnID column name. |
ColumnViewDataID | The ViewDataID column name. |
ColumnWidth | The Width column name. |
TableName | The table name. |