The C1BoundField type exposes the following members.

Constructors

  Name Description
Public method C1BoundField
Constructor. Initializes a new instance of the C1BoundField class.

Methods

  Name Description
Public method ExtractValuesFromCell
Fills the specified IOrderedDictionary object with values from the specified TableCell object.
(Overrides C1BaseField..::..ExtractValuesFromCell(TableCell, IOrderedDictionary, C1GridViewRowType, C1GridViewRowState, Boolean).)
Public method ToString
Returns a string that represents the current object.
(Overrides C1BaseField..::..ToString()()()().)

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
(Inherited from C1BaseField.)
Public property Aggregate
Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect.
(Inherited from C1Field.)
Public property AllowGroup
Used to prevent client-side grouping of a column in a grouped grid.
(Inherited from C1Field.)
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized on the client.
(Inherited from C1BaseField.)
Public property ApplyFormatInEditMode
Gets or sets a value indicating whether the formatting string specified by the DataFormatString property is applied to field values when the data-bound control that contains the C1BoundField object is in edit mode.
Public property ControlStyle
Gets the style of any Web server controls contained by the C1BaseField object.
(Inherited from C1BaseField.)
Public property ConvertEmptyStringToNull
Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source.
Public property DataField
Gets or sets the name of the field in the database table to which a grid column is bound.
Public property DataFormatString
Gets or sets the string that specifies the display format for items in the column.
Public property FilterCustomOperator
Gets or sets value that will be used as filter operator when the FilterOperator property is equal to the Custom value.
Public property FilterOperator
Gets or sets filter operator used for filtering.
Public property FilterStyle
Gets the style properties of the filter item.
Public property FilterValue
Gets or sets a value of the currently applied filter.
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
(Inherited from C1BaseField.)
Public property FooterStyle
Gets the style properties of the column footer.
(Inherited from C1BaseField.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property GroupInfo
Gets a GroupInfo object that determines whether a column should be grouped on and how the group header and footer rows should be formatted and displayed.
(Inherited from C1Field.)
Public property GroupPos
Infrastructure. Do not use.
(Inherited from C1Field.)
Public property HeaderImageUrl
Gets or sets the location of the header image.
(Inherited from C1BaseField.)
Public property HeaderStyle
Gets the style properties of the column header.
(Inherited from C1BaseField.)
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property HeaderTextJson
Infrastructure.
(Inherited from C1BaseField.)
Public property HtmlEncode
Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a C1BoundField object.
Public property HtmlEncodeFormatString
Gets or sets a value that indicates whether formatted text should be HTML encoded when it is displayed.
Public property InnerState
Storage used for persisting elements of object state which can't be serialized to JSON using JsonAttribute.
(Inherited from C1Field.)
Public property ItemStyle
Gets the style properties of the item.
(Inherited from C1BaseField.)
Public property NullDisplayText
Gets or sets the caption displayed for a field when the field's value is null.
Public property ReadOnly
Determines whether the items in the bound column can be edited.
Public property RowMerge
Determines whether rows are merged.
(Inherited from C1Field.)
Public property ShowFilter
Gets or sets value indicating whether filter text box will be shown in the filter row of the C1GridView control or not.
Public property SortDirection
Gets the direction of the sort.
(Inherited from C1Field.)
Public property SortExpression
Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting.
(Inherited from C1Field.)
Public property ValueList
Gets or sets the object that implements the IDictionary interface used for textual substitution.
Public property Visible
Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.
(Inherited from C1BaseField.)

See Also