The properties of the ColumnInfo class are listed below. For a complete list of ColumnInfo class members, see the ColumnInfo Members topic.
![]() | Specifies that, for a selection, new values can be typed in by the user |
![]() | If true, then for a selection, the Object Editor will automatically populate the selections |
![]() | The default Value of the column |
![]() | The order to display this column in, relative to others |
![]() | If a TextBox mode is being used, then this delegate will be called to either find or create an object |
![]() | The Name to show end users, rather than the database Name |
![]() | Specifies that this column should be made into a text box in the form, however it should be invisible to the user (by using an Html hidden input field). |
![]() | The maximum number of options in a drop down allowed before a popup window is used to select an object. To force the use of a pop up window, set this to -1 |
![]() | A description of the column to show end users |
![]() | The option Name in a dropdown list to signify that no selection has been made |
![]() | The error message to give when the user entered data does not match against ValidationRegex |
![]() | The url of the page which will return the search results of that which is being typed in, if the selection mode for this column is set to SearchBox |
![]() | If this is a selections column, then this specifies the mode to use to select objects. |
![]() | The available selections for a drop-down list |
![]() | The Url of the popup window to select the object from |
![]() | Specifies whether to display this column to the end user |
![]() | Specifies that on a date field, a box for entering the time should be shown also. True, by default. |
![]() | The height of the textbox. If null, then the default for the datatype is used. |
![]() | The width of the textbox. If null, then the default for the datatype is used. |
![]() | If this is an unbounded string, then a RTE can be used if this is set to true |
![]() | An optional regular expression to match against user input |
![]() | The address to preview binary data |
ColumnInfo Class | Shunde.Utilities Namespace