Name | Description | |
---|---|---|
![]() | C1Field Constructor | Initializes a new instance of the C1Field class. |
The following tables list the members exposed by C1Field.
Name | Description | |
---|---|---|
![]() | C1Field Constructor | Initializes a new instance of the C1Field class. |
Name | Description | |
---|---|---|
![]() | Aggregate | Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. |
![]() | AllowMoving | A value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | AllowSizing | A value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | AllowSort | A value indicating whether column can be sorted. |
![]() | CellFormatter | Function used for changing content, style and attributes of the column cells. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | DataFormatString | A pattern used for formatting and parsing column values. |
![]() | DataKey | A value indicating the key of the data field associated with a column. |
![]() | DataParser | Data converter that is able to translate values from a string representation to column data type and back. |
![]() | DataType | Column data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on. |
![]() | EnsurePxWidth | Determines whether to use the Width option as the real width of the column. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | FilterOperator | An operation set for filtering. Must be either one of the embedded operators or custom filter operator. |
![]() | FilterValue | A value set for filtering. |
![]() | FooterText | Gets or sets the footer text. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | GroupInfo | Using to customize the appearance and position of groups. |
![]() | HeaderText | Gets or sets the header text. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | ImeMode | A value indicating the state of the input method editor for text fields. |
![]() | ReadOnly | A value indicating whether the cells in the column can be edited. |
![]() | RowMerge | Determines whether rows are merged. |
![]() | ShowFilter | A value indicating whether filter editor will be shown in the filter row. |
![]() | SortDirection | Determines the sort direction. |
![]() | ValueRequired | A value indicating whether null value is allowed during editing. |
![]() | Visible | A value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |
![]() | Width | Determines the width of the column. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField) |