Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace
Inheritance Hierarchy
In This Topic
    C1.Xamarin.Forms.Grid Namespace
    In This Topic
    Classes
     ClassDescription
    ClassEvent data with a Cancel property that can be used to cancel the event.
    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 Xamarin.Forms.Entry.
    ClassEvent data for AutoGeneratingColumn event of FlexGrid.
    ClassControl used to display and edit tabular information.
    ClassRepresents a row that is bound to a data item.
    ClassEvent data for editing events.
    ClassImplements the functionality to create grid cells dynamically.
    ClassImplements the functionality to create grid cells dynamically.
    ClassContains the dimensions of a column.
    ClassContains the dimensions of a row.
    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.
    ClassProvides event data for FlexGridDetailProvider<TItem>.DetailCellCreating event.
    ClassRow that shows the details of the previous row.
    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.
    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.
    ClassImplements the grid's default merging behavior.
    ClassRepresents a row used to enter new records in the grid.
    ClassEvent data for GridColumnHeaderCell.OutlineTapped.
    ClassRepresents a panel of the grid. Each panel is related to a GridCellType.
    ClassEvent data for Refresh event.
    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.
    ClassGrid selection menu.
    ClassEvent data for SelectionMenuCustomized event of FlexGrid.
    ClassSettings of the animations performed when cells are updated.
    ClassThis cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.
    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.
    EnumerationDetermines how the visibility will behave.
    EnumerationDefines constants that specify which action to perform when Enter key is pressed.
    EnumerationSpecifies file formats available for saving the grid.
    EnumerationSpecifies where to place the group rows used to delimit data groups.
    EnumerationSpecifies constants that define which header cells are displayed.
    EnumerationSpecifies constants that define which grid lines separating grid cells are shown.
    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 options available for customizing the files created by the FlexGrid.Save(Stream, GridFileFormat, GridSaveOptions) method.
    EnumerationSpecifies the selected state of a cell.
    EnumerationSpecifies constants that define the selection behavior.
    EnumerationSpecifies where the sort icon will be laid out.
    EnumerationDefines constants that specify which action to perform when Tab key is pressed.
    EnumerationDefines constants that specify the current mode for zoom behavior.
    See Also