Name | Description | |
---|---|---|
TransposedGridRow Constructor | Creates one TransposedGridRow instance. |
The following tables list the members exposed by TransposedGridRow.
Name | Description | |
---|---|---|
TransposedGridRow Constructor | Creates one TransposedGridRow instance. |
Name | Description | |
---|---|---|
Aggregate | Gets or sets the Aggregate to display in the group header rows for this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
Align | Gets or sets the horizontal alignment of items in this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
AllowDragging | Gets or sets whether the user can move this row or column to a new position with the mouse. (Inherited from C1.Web.Mvc.ColumnBase) | |
AllowMerging | Gets or sets whether cells in this row or column can be merged. (Inherited from C1.Web.Mvc.ColumnBase) | |
AllowResizing | Gets or sets a value that indicates whether the user can resize the row or column with the mouse. (Inherited from C1.Web.Mvc.ColumnBase) | |
AllowSorting | Gets or sets whether the user can sort this column by clicking its header. (Inherited from C1.Web.Mvc.ColumnBase) | |
Binding | Gets or sets the name of the property this column is bound to. (Inherited from C1.Web.Mvc.ColumnBase) | |
CellTemplate | Gets the cell template in this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
CollapseTo | Gets or sets the binding of the child column that should remain visible when the group is collapsed. (Inherited from C1.Web.Mvc.ColumnBase) | |
Columns | Gets the grid's column collection under the column. (Inherited from C1.Web.Mvc.ColumnBase) | |
CssClass | Gets or sets a CSS class name to be used when rendering non-header cells in this row or column. (Inherited from C1.Web.Mvc.ColumnBase) | |
CssClassAll | Gets or sets a CSS class name to use when rendering all cells (data and headers) in the column or row. (Inherited from C1.Web.Mvc.ColumnBase) | |
DataMap | Gets the DataMap used to convert raw values into display values for the column. (Inherited from C1.Web.Mvc.ColumnBase) | |
DataMapEditor | Gets or sets a value that indicates the type of editor to use when editing data-mapped cells in this column or row. (Inherited from C1.Web.Mvc.ColumnBase) | |
DataType | Gets or sets the type of value stored in this column.Values are coerced into the proper type when editing the grid. (Inherited from C1.Web.Mvc.ColumnBase) | |
DropDownCssClass | Gets or sets a CSS class name to add to drop-downs in this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
Editor | Gets or sets a reference to an input control to be used as a custom cell editor for this. (Inherited from C1.Web.Mvc.ColumnBase) | |
Format | Gets or sets the format string used to convert raw values into display values for this column (see Globalize). (Inherited from C1.Web.Mvc.ColumnBase) | |
Header | Gets or sets the text displayed in the column header. (Inherited from C1.Web.Mvc.ColumnBase) | |
Height | Gets or sets the height of the row. (Inherited from C1.Web.Mvc.TransposedGrid.TransposedGridRowBase) | |
InputType | Gets or sets the "type" attribute of the HTML input element used to edit values in this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
IsCollapsed | Gets or sets whether column group is collapse. (Inherited from C1.Web.Mvc.ColumnBase) | |
IsContentHtml | Gets or sets whether cells in this row or column contain HTML content rather than plain text. (Inherited from C1.Web.Mvc.ColumnBase) | |
IsReadOnly | Gets or sets whether cells in this row or column can be edited. (Inherited from C1.Web.Mvc.ColumnBase) | |
IsRequired | Gets or sets a value that determines whether values in the column are required. (Inherited from C1.Web.Mvc.ColumnBase) | |
IsSelected | Gets or sets whether this row or column is selected. (Inherited from C1.Web.Mvc.ColumnBase) | |
Mask | Gets or sets a mask to be used while editing values in this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
MaxLength | Gets or sets the maximum number of characters that the can be entered into the cell. (Inherited from C1.Web.Mvc.ColumnBase) | |
MaxWidth | Gets or sets the maximum width of this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
MinWidth | Gets or sets the minimum width of this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
MultiLine | Gets or sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n). (Inherited from C1.Web.Mvc.ColumnBase) | |
Name | Gets or sets the name of this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
QuickAutoSize | Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
RowGroups | Gets the Transposedgrid's row collection. (Inherited from C1.Web.Mvc.TransposedGrid.TransposedGridRowBase) | |
SortMemberPath | Gets or sets the name of the property to use when sorting this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
Template | Gets or sets a template string to be used for generating the HTML content of data cells in this Column. (Inherited from C1.Web.Mvc.ColumnBase) | |
TemplateFunction | Gets or sets a template function to be used for generating the HTML content of data cells in this Column. (Inherited from C1.Web.Mvc.ColumnBase) | |
Visible | Gets or sets whether this row or column is visible. (Inherited from C1.Web.Mvc.ColumnBase) | |
Width | Gets or sets the width of this column. (Inherited from C1.Web.Mvc.ColumnBase) | |
WordWrap | Gets or sets whether cells in this row or column should wrap their content. (Inherited from C1.Web.Mvc.ColumnBase) |