Name | Description | |
---|---|---|
![]() | FlexGrid Constructor | Initializes a new instance of the FlexGrid class. |
The following tables list the members exposed by FlexGrid.
Name | Description | |
---|---|---|
![]() | FlexGrid Constructor | Initializes a new instance of the FlexGrid class. |
Name | Description | |
---|---|---|
![]() | ActiveEditor | Gets the cell editor that is currently active. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | AllowDragging | Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | AllowSorting | Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells. |
![]() | AlternatingRowBackgroundColor | |
![]() | AlternatingRowStyle | Gets or sets the style applied to the alternating row cells. |
![]() | AlternatingRowTextColor | |
![]() | AutoGenerateColumns | Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource. |
![]() | AutoGeneratingColumn | Occurs when an auto-generated column is being created. |
![]() | AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. |
![]() | BackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | BeginningEdit | Occurs when the edit of a cell is about to start. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | BeginningRowEdit | Occurs when the edit of a row is about to start. |
![]() | CellDoubleTapped | Occurs when a cell is double tapped. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CellEditEnded | Occurs after the edit of a cell is committed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CellEditEnding | Occurs before the edit of a cell is committed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CellFactory | Gets or sets the factory of cells. |
![]() | Cells | Gets the GridPanel that contains the data cells in the grid. |
![]() | CellStyle | Gets or sets the style applied to the cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CellTapped | Occurs when a cell is tapped. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | ColumnHeaderBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating column header cells are shown. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaders | Gets the GridPanel that contains the column header cells. |
![]() | ColumnHeaderSelectedBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaderSelectedStyle | Gets or sets the style applied to column header cells when the column is selected. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaderSelectedTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaderStyle | Gets or sets the style applied to column header cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ColumnHeaderTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Columns | Gets the collection of columns of the grid. |
![]() | CursorBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CursorRange | Gets the GridCellRange that corresponds to the cursor cell. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CursorStyle | Gets or sets the style applied to the cursor cell. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CursorTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | DataCollection | Gets the inner collection view. |
![]() | DefaultColumnHeaderRowHeight | Gets or sets the default height of the rows used to display column headers. |
![]() | DefaultColumnWidth | Gets or sets the default width of the columns. |
![]() | DefaultGroupRowHeight | Gets or sets the default height of the group rows. |
![]() | DefaultRowHeaderColumnWidth | Gets or sets the default width of the columns used to display row headers. |
![]() | DefaultRowHeight | Gets or sets the default height of the rows. |
![]() | EditIconTemplate | Gets or sets the template used to create the icon displayed in the header when a row is being edited. |
![]() | EditorBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | EditorRange | Gets the GridCellRange that corresponds to the cell currently being edited. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | EditorStyle | Gets or sets the style applied to the editor. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | EditorTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | FlexGridBehaviors | |
![]() | FlexGridColumnHeaderRows | |
![]() | FlexGridColumns | |
![]() | FlexGridRowHeaderColumns | |
![]() | FlexGridRows | |
![]() | FrozenColumns | Gets or sets the number of frozen columns. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | FrozenLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between frozen and scrollable areas of the grid. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | FrozenRows | Gets or sets the number of frozen rows. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | GridLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | GridLinesWidth | Gets or sets the width of the lines between cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | GroupCollapsedChanged | Occurs after the GridGroupRow.IsCollapsed property of a GridGroupRow object changes. |
![]() | GroupCollapsedChanging | Occurs before the GridGroupRow.IsCollapsed property of a GridGroupRow object changes. |
![]() | GroupCollapsedIconTemplate | Gets or sets the template used to create the icon displayed when the group is collapsed. |
![]() | GroupExpandedIconTemplate | Gets or sets the template used to create the icon displayed when the group is expanded. |
![]() | GroupHeaderConverter | Gets or sets the C1.Blazor.Core.IValueConverter used to create the content shown in GridGroupRow cells to summarize group information. |
![]() | GroupHeaderFormat | Gets or sets the format string used to create the group header content. |
![]() | GroupRowBackgroundColor | |
![]() | GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. |
![]() | GroupRowStyle | Gets or sets the style applied to the group row cells. |
![]() | GroupRowTextColor | |
![]() | HeaderGridLinesColor | Gets or sets the C1.Blazor.Core.C1Color that is used to paint the lines between row and column header cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | HorizontalScrollBarVisibility | Gets or sets the horizontal scroll bar visibility. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | IsAnimated | Gets or sets whether the control is animated during navigation. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | IsDisposed | Gets whether this control was disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsReadOnly | Gets or sets a value to determine whether the grid is read-only. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | IsVirtualizationEnabled | Gets or sets whether the ui will be virtualized. Default true . (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Item | Overloaded. Gets or sets the value of the cell specified by its row and column. |
![]() | ItemsSource | Gets or sets the collection of items. |
![]() | ItemsSourceChanged | Occurs after the items source is changed. |
![]() | ItemsSourceChanging | Occurs before the items source is changed. |
![]() | KeyActionEnter | Gets or sets the action to perform when the Enter key is pressed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | KeyActionTab | Gets or sets the action to perform when the Tab key is pressed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | MaxColumnWidth | Gets or sets the maximum width of columns in the FlexGrid. |
![]() | MaxGroupLevel | Gets the maximum group level present in the grid. |
![]() | MaxRowHeight | Gets or sets the maximum height of rows in the FlexGrid. |
![]() | MergeManager | Gets or sets the merge manager. |
![]() | MinColumnWidth | Gets or sets the minimum width of columns in the FlexGrid. |
![]() | MinRowHeight | Gets or sets the minimum height of rows in the FlexGrid. |
![]() | NewRowBackgroundColor | |
![]() | NewRowIconTemplate | Gets or sets the template used to create the icon displayed in the header of a new row. |
![]() | NewRowPlaceholder | Gets or sets the message displayed in the new row template. |
![]() | NewRowPosition | Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid, or if there should not be displayed. |
![]() | NewRowStyle | Gets or sets the style applied to the new row cells. |
![]() | NewRowTextColor | |
![]() | PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowEditEnded | Occurs when a row edit has been committed or canceled. |
![]() | RowEditEnding | Occurs when a row edit is ending. |
![]() | RowHeaderBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating row header cells are shown. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaders | Gets the GridPanel that contains the row header cells. |
![]() | RowHeaderSelectedBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaderSelectedStyle | Gets or sets the style applied to row header cells when the row is selected. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaderSelectedTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaderStyle | Gets or sets the style applied to row header cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowHeaderTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Rows | Gets the collection of rows of the grid. |
![]() | RowStyle | Gets or sets the style applied to row cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | RowTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ScrollPosition | Gets or sets the scroll position. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Selection | Gets or sets the current selection. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionAdornerBorderColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionAdornerStyle | Gets or sets the style applied to the selection adorners. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionChanged | Occurs after selection changed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionChanging | Occurs before selection is changed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionMode | Gets or sets how the cells or rows are selected. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionStyle | Gets or sets the style applied to the selection cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectionTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ShowOutlineBar | Gets or sets a value that determines whether the grid should display the outline button bar. |
![]() | ShowSelectionMenu | Gets or sets a value that indicates whether the grid shows menu when select rows or cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. |
![]() | Site | IComponent Site (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SortAscendingIconTemplate | Gets or sets the template of the sort icon when it is sorted ascendingly. |
![]() | SortDescendingIconTemplate | Gets or sets the template of the sort icon when it is sorted descendingly. |
![]() | SortIconPosition | Gets or sets the position of the sort icon inside the column header. |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | StyleKind | Gets or sets the style of the grid. |
![]() | TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | TopLeftCellBackgroundColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | TopLeftCells | Gets the GridPanel that contains the cells in the upper left corner of the grid. |
![]() | TopLeftCellStyle | Gets or sets the style applied to cells in the top left corner. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | TopLeftCellTextColor | (Inherited from C1.Blazor.Grid.GridBase) |
![]() | TopLeftHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating top-left header cells are shown. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. |
![]() | VerticalScrollBarVisibility | Gets or sets the vertical scroll bar visibility. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ViewRange | Gets a GridCellRange value that indicates the range of cells currently visible on the grid. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ZoomMode | Gets or sets the zoom mode. (Inherited from C1.Blazor.Grid.GridBase) |
Name | Description | |
---|---|---|
![]() | ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ChangeViewAsync | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CollapseGroups | Collapses the groups. |
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | FinishEditing | Commits or cancels any pending edits and exits edit mode. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | FinishRowEditing | Finishes the row editing. |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | GetCellText | Overloaded. Gets the text corresponding to the cell in the specified range. |
![]() | GetCellValue | Overloaded. Gets the value corresponding to the cell in the specified range. |
![]() | GetSelectedState | Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Refresh | Overloaded. Recreates all the cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Save | Overloaded. Saves the contents of the grid to a file. |
![]() | ScrollIntoView | Overloaded. Scrolls the grid to bring a specific cell into view. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Select | Overloaded. Selects a given cell and optionally scrolls it into view. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SelectAll | Selects all the cells. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SetCellValue | Overloaded. Sets the value corresponding to the cell in the specified range. |
![]() | SetCursor | Sets the cursor of the grid to the specified row and column. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |
![]() | StartEditing | Overridden. Starts editing a specific cell. |
![]() | StartEditingAsync | Starts the editing of the specified cell asynchronously. |
Name | Description | |
---|---|---|
![]() | CellLongPressed | Occurs when a cell is being held. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CreatingSelectionMenu | Occurs when the selection menu is created. This event can be used to customize the displayed menu. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CursorChanged | Occurs after the cursor is changed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | CursorChanging | Occurs before the cursor is changed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | Disposed | Occurs when the object is disposed. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ResizedColumn | Occurs when the user finishes resizing a column. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ResizedRow | Occurs when the user finishes resizing a row. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ResizingColumn | Occurs when the user starts resizing a column. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ResizingRow | Occurs when the user starts resizing a row. (Inherited from C1.Blazor.Grid.GridBase) |
![]() | ScrollPositionChanged | Occurs when scroll position changed. (Inherited from C1.Blazor.Grid.GridBase) |