Column Class |
Namespace: Easymap.AddIn.Data
The Column type exposes the following members.
Name | Description | |
---|---|---|
BoundColumnName |
Gets or sets the column name.
| |
DataSource |
Gets the associated DataSource of the column.
| |
DataType |
Gets or sets the type of the column.
| |
DisplayFormat |
Gets or sets the DisplayFormat of the column.
| |
DisplayIndex |
The index of the column in display order
| |
ExtendedProperties |
Gets or Sets extendend String properties for a Column | |
Hidden |
Gets or sets a value indicating whether the column is hidden.
| |
IsCalculated |
Gets a value indicating whether the column is calculated.
| |
LTComponent |
Gets the associated LTComponent of the column.
| |
ReadOnly |
Gets a value indicating whether the column is readonly.
| |
Visible |
Gets or sets a value indicating whether the column is visible.
|
Name | Description | |
---|---|---|
CreateKeyDisplayFormat |
Creates a new KeyDisplayFormat instance.
| |
CreateNumberDisplayFormat |
Creates a new NumberDisplayFormat instance.
| |
CreateTextDisplayFormat |
Creates a new DisplayFormat instance.
| |
GetStringValue |
Gets the formatted value for the specified Row.
| |
GetValue |
Gets the value for the specified Row.
| |
SetValue |
Sets the value for the specified Row.
|