ColumnBase Properties

Properties

__RecomputePath 
AfterExpandGoToNextControl Returns an Boolean that represents additional settings for the Expand event
AllowNull 
CaptionGets or sets the ColumnBase's caption
DbReadOnly Determines if this column is only read from the database but not saved to it.
DefaultValueGets the value determining the ColumnBase's default value
DisplayName 
Entity Gets the Entity to which this column is bound.
ExcludeFromDbWhere 
FormatTo be completed
FormatInfo Used to provide additional info on the specified Format
InputRange Get or sets this column's input range.
NameGets 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 

See Also