| __RecomputePath | |
| AfterExpandGoToNextControl | Returns an Boolean that represents additional settings for the Expand event |
| AllowNull | |
| Caption | Gets or sets the ColumnBase's caption |
| DbReadOnly | Determines if this column is only read from the database but not saved to it. |
| DefaultValue | Gets the value determining the ColumnBase's default value |
| DisplayName | |
| Entity | Gets the Entity to which this column is bound. |
| ExcludeFromDbWhere | |
| Format | To be completed |
| FormatInfo | Used to provide additional info on the specified Format |
| InputRange | Get or sets this column's input range. |
| Name | Gets or sets the ColumnBase's name |
| NullDisplayText | Gets or sets the text that will be displayed if this column's Value is null. |
| OnChangeMarkRowAsChanged | Determines if the UIController.RowChanged property will be set, when this column is changed. |
| OriginalValue | Gets the original value as it was before the EnterRow event. |
| Value | Gets the currently stored value. |
| WasSet |