WebComboColumn Properties
Combo | Description Returns the WebCombo object that owns this column. ValueType object (WebCombo) Default Value - |
HeaderText | Description Returns or sets the header text for the column. ValueType string Default Value - |
Position | Description The ordinal position of the column. ValueType integer Default Value - |
BaseFieldName | Description Returns or sets the base field name of the column. You should never set this property manually as it is populated automatically on DataBind. ValueType string Default Value - |
Width | Description Specifies the width of the column. ValueType integer Default Value - |
Hidden | Description Specifies whether the column should be displayed or hidden. ValueType boolean Default Value - |
Bound | Description Specifies whether the column is bound to the DataColumn of DataSource. ValueType boolean Default Value - |
ColumnType | Description Gets or sets the type of the column that determines how the column content will be rendered. ValueType string Default Value - |
DataType | Description Gets or sets the data type of the column. ValueType string Default Value - |
CellImage | Description Gets or sets the image filename that will be displayed in cells that belong to this column. ValueType string Default Value - |
DataFormatString | Description Gets or sets the string format to use when rendering values. ValueType string Default Value - |
Name | Description Gets or sets the name of the column. ValueType string Default Value - |
RenderOnHidden | Description Specifies whether the column should be rendered when it is hidden. ValueType boolean Default Value - |