ASP.NET Core MVC コントロールヘルプ
FlexGridBase<T> クラス メンバ
プロパティ  メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : FlexGridBase<T> クラス

FlexGridBase<T>データ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection.  
Public プロパティGets or sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.  
Public プロパティGets or sets whether users are allowed to drag rows and/or columns with the mouse.  
Public プロパティGets or sets which parts of the grid provide cell merging.  
Public プロパティGets or sets whether users are allowed to resize rows and/or columns with the mouse.  
Public プロパティGets or sets a value that determines the number of regular rows between 'alternating' rows.  
Public プロパティGets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection.  
Public プロパティGets or sets whether the grid should handle clipboard shortcuts.  
Public プロパティGets or sets whether the grid should generate columns automatically based on the itemsSource.  
Public プロパティGets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.  
Public プロパティGets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.  
Public プロパティGets or sets a value that determines whether the grid should search for cells as the users types into read-only cells.  
Public プロパティGets or sets which cells should be taken into account when auto-sizing a row or column.  
Public プロパティGets or sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width.  
Public プロパティGets the templates applied in bottom left cells.  
Public プロパティGets or sets a value that determines whether searches performed while the user types should case-sensitive.  
Public プロパティGets the templates for the content cells.  
Public プロパティGets or sets the name of the property used to generate child rows in hierarchical grids.  
Public プロパティGets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling.  
Public プロパティGets or sets the text for the group row header in the column footers panel.  
Public プロパティGets the templates applied in column footers cells.  
Public プロパティGets the templates applied in the column header cells.  
Public プロパティGets or sets a JSON string that defines the current column layout." remarks="The column layout string represents an array with the columns and their properties. It can be used to persist column layouts defined by users so they are preserved across sessions, and can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.  
Public プロパティGets the grid's column collection.  
Public プロパティGets the child components. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets copied header cells when copying the content to the clipboard.  
Public プロパティGets or sets the css class of the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the CSS style applied in the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the default size of columns in the column collection.  
Public プロパティGets or sets the default size of rows in the row collection.  
Public プロパティGets the static object that defines the default width for auto-generated grid columns based on their types.  
Public プロパティGets or sets whether row and column resizing should be deferred until.  
Public プロパティGets the error tooltip of FlexGrid.  
Public プロパティGets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.  
Public プロパティGets the extender collection.  
Public プロパティGets or sets the number of frozen columns.  
Public プロパティGets or sets the number of frozen columns.  
Public プロパティGets or sets the format string used to create the group header content.  
Public プロパティGets or sets a value that determines whether the row and column headers are visible.  
Public プロパティ  
Public プロパティGets or sets the height of the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the HTML attributes. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the component id. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode.  
Public プロパティGets or sets a value that determines whether the control is disabled. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets whether the user can edit the grid cells by typing into them.  
Public プロパティGets or sets a boolean value which indicates whether transfer this control to template mode. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets a formatter function used to customize cells on this grid.  
Public プロパティGets or sets ItemsSource settings. C1.Web.Mvc.ItemsBoundControl<T>から継承されます。
Public プロパティGets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. C1.Web.Mvc.ItemsBoundControl<T>から継承されます。
Public プロパティGets or sets a validator function to determine whether cells contain valid data.  
Public プロパティGets or sets the action to perform when the ENTER key is pressed.  
Public プロパティGets or sets the action to perform when the TAB key is pressed.  
Public プロパティGets or sets whether the grid should skip rendering cells that were updated in the last render cycle.  
Public プロパティGets or sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.  
Public プロパティOccurs after the user auto-sizes a column by double-clicking the right edge of a column header cell.  
Public プロパティOccurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell.  
Public プロパティOccurs before the user auto-sizes a column by double-clicking the right edge of a column header cell.  
Public プロパティOccurs before the user auto-sizes a row by double-clicking the bottom edge of a row header cell.  
Public プロパティOccurs before a cell enters edit mode.  
Public プロパティOccurs when a cell edit has been committed or canceled.  
Public プロパティOccurs when a cell edit is ending.  
Public プロパティOccurs after the user has copied the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).  
Public プロパティOccurs when the user is copying the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).  
Public プロパティOccurs after the user has deleted a row by pressing the Delete key.  
Public プロパティOccurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).  
Public プロパティOccurs when the user finishes dragging a column.  
Public プロパティOccurs when the user finishes dragging a row.  
Public プロパティOccurs when the user starts dragging a column.  
Public プロパティOccurs as the user drags a column to a new position.  
Public プロパティOccurs when the user starts dragging a row.  
Public プロパティOccurs as the user drags a row to a new position.  
Public プロパティOccurs when an element representing a cell has been created.  
Public プロパティOccurs when the control gets the focus. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs after a group has been expanded or collapsed.  
Public プロパティOccurs when a group is about to be expanded or collapsed.  
Public プロパティOccurs after the grid has been bound to a new items source.  
Public プロパティOccurs after the grid has been bound to a new items source.  
Public プロパティOccurs after the grid rows have been bound to the data source.  
Public プロパティOccurs before the grid rows are bound to the data source.  
Public プロパティOccurs when the control loses the focus. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).  
Public プロパティOccurs after the user has pasted content from the clipboard into a cell.  
Public プロパティOccurs when the user is pasting content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).  
Public プロパティOccurs when the user is pasting content from the clipboard into a cell.  
Public プロパティOccurs as columns are pinned.  
Public プロパティOccurs as columns are pinning.  
Public プロパティOccurs when an editor cell is created and before it becomes active.  
Public プロパティOccurs after the control has refreshed its contents. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs when the control is about to refresh its contents. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs when the user finishes resizing a column.  
Public プロパティOccurs when the user finishes resizing rows.  
Public プロパティOccurs as columns are resized.  
Public プロパティOccurs as rows are resized.  
Public プロパティOccurs when the user creates a new item by editing the new row template (see the allowAddNew property).  
Public プロパティOccurs when a row edit has been committed or canceled.  
Public プロパティOccurs when a row edit is ending, before the changes are committed or canceled.  
Public プロパティOccurs after a row enters edit mode.  
Public プロパティOccurs before a row enters edit mode.  
Public プロパティOccurs after the control has scrolled.  
Public プロパティOccurs after selection changes.  
Public プロパティOccurs before selection changes.  
Public プロパティOccurs after the user applies a sort by clicking on a column header.  
Public プロパティOccurs before the user applies a sort by clicking on a column header.  
Public プロパティOccurs after the grid has updated its internal layout.  
Public プロパティOccurs when the grid finishes creating/updating the elements that make up the current view.  
Public プロパティOccurs before the grid updates its internal layout.  
Public プロパティOccurs when the grid starts creating/updating the elements that make up the current view.  
Public プロパティGets or sets how the grid pins the column headers by clicking the icons toggles the column's frozen state  
Public プロパティGets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.  
Public プロパティGets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed.  
Public プロパティGets or sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character  
Public プロパティGets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns.  
Public プロパティGets or sets whether the grid should refresh all cells after a cell is edited.  
Public プロパティGets or sets the name of the property used to create row header cells.  
Public プロパティGets the templates applied in row header cells.  
Public プロパティGets or sets the position of the grid's scrollbars.  
Public プロパティGets or sets the current selection.  
Public プロパティGets or sets the current selection mode.  
Public プロパティGets or sets the selector to macth the dom element(s) which the control is attached to. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.  
Public プロパティGets or sets a bool value which indicates whether to show a group row to display the aggregates in the column footers panel.  
Public プロパティGets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true.  
Public プロパティGets or sets a value that determines whether the grid should add the 'wj-state-invalid' class to cells that contain validation errors, and tooltips with error descriptions.  
Public プロパティGets or sets whether the grid should insert group rows to delimit data groups.  
Public プロパティGets or sets a value that indicates whether the grid should display a marquee element around the current selection.  
Public プロパティGets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.  
Public プロパティGets or sets a value that indicates whether the grid should add class names to indicate selected header cells.  
Public プロパティGets or sets whether the grid should display sort indicators in the column headers.  
Public プロパティGets or sets how the grid sort columns by clicking the column header cells.  
Public プロパティGets or sets the index of row in the column header panel that shows and changes the current sort.  
Public プロパティGets or sets a value that determines whether column headers should remain when the user scrolls the window.  
Public プロパティGets or sets a value of the tabindex attribute associated with the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the collection of the template bindings. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the templates for the topleft cells.  
Public プロパティGets or sets the indent used to offset row groups of different levels.  
Public プロパティGets a value which represents the unique id for the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets a value that determines whether the grid should remain in edit mode when the user tries to commit edits that fail validation.  
Public プロパティGets or sets the minimum number of rows and/or columns required to enable virtualization.  
Public プロパティGets or sets the width of the control. C1.Web.Mvc.Controlから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッド C1.Web.Mvc.Controlから継承されます。
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Componentから継承されます。
トップ
参照

FlexGridBase<T> クラス
C1.Web.Mvc 名前空間