WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace
Inheritance Hierarchy
In This Topic
    C1.WinUI.Grid Namespace (C1.WinUI.Grid)
    In This Topic
    Classes
     ClassDescription
    ClassCustomizes FlexGrid to include a checkbox column and display the grid as a check list.
    ClassVisual element that represent the content of the row header of a row when using FlexGridDetailProvider.
    ClassDisplays a visual element, typically a label with a message, when there are no rows in the grid.
    ClassControl used to display and edit tabular information.
    ClassImplements detail rows for FlexGrid control.
    ClassImplements detail rows for FlexGrid control.
    ClassAllows any FlexGrid to be filtered using a Microsoft.UI.Xaml.Controls.TextBox.
    ClassImplements a function that returns a value from a collection of rows and a column.
    ClassCollection of aggregate functions.
    ClassEvent data for AutoGeneratingColumn event of FlexGrid.
    ClassRepresents a row that is bound to a data item.
    ClassEvent data for editing events.
    ClassImplements the functionality to create grid cells dynamically.
    ClassContains information about changes that occurred in the grid and are notified to the cell factory.
    ClassDefines a cell range from (row1,col1) to (row2,col2).
    ClassEvent data for events associated with a range of cells.
    ClassContains properties that will be applied to cell view elements.
    ClassRepresents a grid column.
    ClassCollection of columns.
    ClassVisual column header
    ClassRepresents a data map for use with the column's dataMap property.
    ClassGrid column whose cells are either a date or time.
    ClassProvides event data for FlexGridDetailProvider<TItem>.DetailCellCreating event.
    ClassProvides event data for FlexGridDetailProvider<TItem>.DetailLoading event.
    ClassRow that shows the details of the previous row.
    ClassVisual element displayed in the filter row to allow the user to enter text as well as giving more options to filter.
    ClassRepresents a row whose cells are text boxes used to filter the corresponding column.
    ClassRepresents rows that defines group of data items.
    ClassVisual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.
    ClassContains information about a part of the FlexGrid at a specified coordinate.
    ClassRepresent a column whose cells are hyperlinks.
    ClassRepresent a column whose cells are an image.
    ClassVisual element displayed inside a GridIncrementalLoadingRow.
    ClassThis row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support C1.DataCollection.ISupportIncrementalLoading.
    ClassEvent data for input events associated with a range of cells.
    ClassMenu item of Grid selection menu.
    ClassImplements the grid's default merging behavior.
    ClassRepresents a row used to enter new records in the grid.
    ClassRepresent a column whose cells are numbers.
    ClassEvent data for GridColumnHeaderCell.OutlineTapped.
    ClassRepresents a panel of the grid. Each panel is related to a GridCellType.
    ClassRepresent a row.
    ClassAbstract base class for GridRow and GridColumn classes.
    ClassBase collection class for columns and rows.
    ClassCollection of rows.
    ClassRepresents a grid column which holds row headers.
    ClassCollection of selected items of FlexGrid.
    ClassEvent data for events associated with a range of cells.
    ClassGrid selection menu.
    ClassEvent data for SelectionMenuCustomized event of FlexGrid.
    ClassVisual column header
    ClassRepresents rows that defines group of data items.
    ClassThis cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.
    ClassAllows any FlexGrid to switch the columns and rows so the data-items are shown as columns.
    ClassThis cell-factory switches the columns and rows so the data-items are shown as columns.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the modes to perform the filter operation.
    EnumerationSpecifies the type of aggregate to calculate over a group of values.
    EnumerationDefines constants that specify which grid elements can be moved to new positions with drag.
    EnumerationSpecifies constants that define which areas of the grid support cell merging.
    EnumerationSpecifies a value that defines which elements can be resized.
    EnumerationSpecifies constants that define the row/column auto-sizing behavior.
    EnumerationSpecifies a value that defines the type of cell.
    EnumerationSpecifies options available for customizing the visibility of the column-header menu.
    EnumerationThe mode of a GridDateTimeColumn.
    EnumerationDetermines how the visibility will behave.
    EnumerationSpecifies file formats available for saving the grid.
    EnumerationSpecifies where to place the group rows used to delimit data groups.
    EnumerationSpecifies where to show the group-summaries.
    EnumerationSpecifies constants that define which header cells are displayed.
    EnumerationDefines constants that specify grid mouse over mode.
    EnumerationSpecifies where the new row template should be displayed when the grid is bound to a C1.DataCollection.IDataCollection`1 that supports adding new items.
    EnumerationSpecifies whether the row belong to the area of headers, cells or footers.
    EnumerationSpecifies options available for customizing the files created by the FlexGrid.Save(Stream, GridFileFormat, GridSaveOptions) method.
    EnumerationSpecifies constants that define the selection behavior.
    EnumerationSpecifies where the sort icon will be laid out.
    EnumerationSpecified the different validation indicators displayed in the cells.
    See Also