Name | Description | |
---|---|---|
C1BoundField Constructor | Constructor. Initializes a new instance of the C1BoundField class. |
The following tables list the members exposed by C1BoundField.
Name | Description | |
---|---|---|
C1BoundField Constructor | Constructor. Initializes a new instance of the C1BoundField class. |
Name | Description | |
---|---|---|
ThisExpression | Infrastructure. |
Name | Description | |
---|---|---|
AccessibleHeaderText | Gets or sets text that is rendered as the abbr attribute of the column's header cell. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
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 C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
AllowMoving | A value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
AllowSizing | A value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
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. | |
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. | |
DataField | Gets or sets the name of the field in the database table to which a grid column is bound. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField) | |
DataFormatString | Gets or sets the string that specifies the display format for items in the column. | |
FilterCustomOperator | Gets or sets value that will be used as filter operator when the C1FilterField.FilterOperator property is equal to the FilterOperator.Custom value. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField) | |
FilterOperator | Gets or sets filter operator used for filtering. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField) | |
FilterValue | Gets or sets a value of the currently applied filter. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField) | |
FooterText | Gets or sets the footer text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderImageUrl | Gets or sets the location of the header image. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HeaderText | Gets or sets the header text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
HtmlEncode | Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a C1BoundField object. | |
ImeMode | A value indicating the state of the input method editor for text fields. | |
NullDisplayText | Gets or sets the caption displayed for a field when the field's value is null. | |
ReadOnly | Determines whether the items in the bound column can be edited. | |
RowMerge | Determines whether rows are merged. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
ShowFilter | Gets or sets value indicating whether filter text box will be shown in the filter row of the C1GridView control or not. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField) | |
SortDirection | Gets the direction of the sort. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
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 C1.Web.Wijmo.Controls.C1GridView.C1Field) | |
Visible | A value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) | |
Width | Determines the width of the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField) |
Name | Description | |
---|---|---|
ExtractValuesFromCell | Overridden. Fills the specified System.Collections.Specialized.IOrderedDictionary object with values from the specified C1GridViewCell object. |