| C1.Android.Grid Assembly : C1.Android.Grid Namespace |
| Class | Description | |
|---|---|---|
![]() | CancelEventArgs | Event data with a Cancel property that can be used to cancel the event. |
![]() | FlexGrid | Control used to display and edit tabular information. |
![]() | FlexGridDetailProvider | Implements detail rows for FlexGrid control. |
![]() | FullTextFilterBehavior | Allows any FlexGrid to be filtered using a Android.Widget.EditText. |
![]() | GridAutoGeneratingColumnEventArgs | Event data for AutoGeneratingColumn event of FlexGrid. |
![]() | GridBoundRow | Represents a row that is bound to a data item. |
![]() | GridCellEditEventArgs | Event data for editing events. |
![]() | GridCellFactory | Implements the functionality to create grid cells dynamically. |
![]() | GridCellFactory.ColumnInfo | Contains the dimensions of a column. |
![]() | GridCellFactory.RowInfo | Contains the dimensions of a row. |
![]() | GridCellRange | Defines a cell range from (row1,col1) to (row2,col2). |
![]() | GridCellRangeEventArgs | Event data for events associated with a range of cells. |
![]() | GridCellsPanel | Panel that renders the cells in a grid according to the properties DisplayRange and Viewport. |
![]() | GridCellView | Contains properties that will be applied to cell view elements. |
![]() | GridColumn | Represents a grid column. |
![]() | GridColumnCollection | Collection of columns. |
![]() | GridColumnHeaderCell | Visual column header |
![]() | GridColumnHeaderRow | Row whose cells are column headers. |
![]() | GridDataMap | Represents a data map for use with the column's dataMap property. |
![]() | GridDetailCellCreatingEventArgs | Provides event data for FlexGridDetailProvider.DetailCellCreating event. |
![]() | GridDetailRow | Row that shows the details of the previous row. |
![]() | GridGroupRow | Represents rows that defines group of data items. |
![]() | GridGroupRowCell | Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group. |
![]() | GridIncrementalLoadingCell | Visual element displayed inside a GridIncrementalLoadingRow. |
![]() | GridIncrementalLoadingRow | This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support C1.CollectionView.ISupportIncrementalLoading. |
![]() | GridMergeManager | Implements the grid's default merging behavior. |
![]() | GridOutlineEventArgs | Event data for GridColumnHeaderCell.OutlineTapped. |
![]() | GridPanel | Represents a panel of the grid. Each panel is related to a GridCellType. |
![]() | GridRow | Represent a row. |
![]() | GridRowCol | Abstract base class for GridRow and GridColumn classes. |
![]() | GridRowColCollection<T> | Base collection class for columns and rows. |
![]() | GridRowCollection | Collection of rows. |
![]() | GridRowHeaderLoadingEventArgs | Provides event data for FlexGridDetailProvider.RowHeaderLoading event. |
![]() | GridUpdateAnimation | Settings of the animations performed when cells are updated. |
![]() | Resource | |
![]() | Resource.Attribute | |
![]() | Resource.Id | |
![]() | Resource.String | |
![]() | Resource.Styleable |
| Structure | Description | |
|---|---|---|
![]() | GridLength | Used to define the size of the columns of FlexGrid. |
| Enumeration | Description | |
|---|---|---|
![]() | FullTextFilterMode | Specifies the modes to perform the filter operation. |
![]() | GridAggregate | Specifies the type of aggregate to calculate over a group of values. |
![]() | GridAllowMerging | Specifies constants that define which areas of the grid support cell merging. |
![]() | GridAllowResizing | Specifies a value that defines which elements can be resized. |
![]() | GridAutoSizeMode | Specifies constants that define the row/column auto-sizing behavior. |
![]() | GridCellType | Specifies a value that defines the type of cell. |
![]() | GridDetailVisibilityMode | Determines how the visibility will behave. |
![]() | GridGroupRowPosition | Specifies where to place the group rows used to delimit data groups. |
![]() | GridHeadersVisibility | Specifies constants that define which header cells are displayed. |
![]() | GridLinesVisibility | Specifies constants that define which grid lines separating grid cells are shown. |
![]() | GridSelectedState | Specifies the selected state of a cell. |
![]() | GridSelectionMode | Specifies constants that define the selection behavior. |
![]() | GridUnitType | Enumerates values that control how the GridLength.Value property is interpreted for row and column definitions. |
![]() | GridZoomMode | Defines constants that specify the current mode for zoom behavior. |