[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid

C1.Xamarin.Forms.Grid Namespace

Classes

CancelEventArgs

Event data with a Cancel property that can be used to cancel the event.

CheckListBehavior

Customizes FlexGrid to include a checkbox column and display the grid as a check list.

DetailProviderRowHeaderCell

Visual element that represent the content of the row header of a row when using FlexGridDetailProvider.

EmptyGridBehavior

Displays a visual element, typically a label with a message, when there are no rows in the grid.

FlexGrid

Control used to display and edit tabular information.

FlexGridDetailProvider

Implements detail rows for FlexGrid control.

FlexGridDetailProvider<TItem>

Implements detail rows for FlexGrid control.

FullTextFilterBehavior

Allows any FlexGrid to be filtered using a Xamarin.Forms.Entry.

GridAutoGeneratingColumnEventArgs

Event data for AutoGeneratingColumn event of FlexGrid.

GridBase

Control used to display and edit tabular information.

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.

GridCellFactoryBase

Implements the functionality to create grid cells dynamically.

GridCellFactoryBase.ColumnInfo

Contains the dimensions of a column.

GridCellFactoryBase.RowInfo

Contains the dimensions of a row.

GridCellFactoryNotifyChange

Contains information about changes that occurred in the grid and are notified to the cell factory.

GridCellRange

Defines a cell range from (row1,col1) to (row2,col2).

GridCellRangeEventArgs

Event data for events associated with a range of cells.

GridCellView

Contains properties that will be applied to cell view elements.

GridColumn

Represents a grid column.

GridColumnCollection

Collection of columns.

GridColumnHeaderCell

Visual column header

GridDataMap

Represents a data map for use with the column's dataMap property.

GridDetailCellCreatingEventArgs

Provides event data for DetailCellCreating event.

GridDetailLoadingEventArgs<TItem>

Provides event data for DetailLoading event.

GridDetailRow<TItem>

Row that shows the details of the previous row.

GridFilterRow

Represents a row whose cells are text boxes used to filter the corresponding column.

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.DataCollection.ISupportIncrementalLoading.

GridInputEventArgs

Event data for input events associated with a range of cells.

GridMenuItem

Menu item of Grid selection menu.

GridMergeManager

Implements the grid's default merging behavior.

GridMergeManagerBase

Implements the grid's default merging behavior.

GridNewRow

Represents a row used to enter new records in the grid.

GridOutlineEventArgs

Event data for GridColumnHeaderCell.OutlineTapped.

GridPanel

Represents a panel of the grid. Each panel is related to a GridCellType.

GridRefreshEventArgs

Event data for Refresh event.

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.

GridRowHeaderColumn

Represents a grid column which holds row headers.

GridSelectionMenu

Grid selection menu.

GridSelectionMenuEventArgs

Event data for SelectionMenuCustomized event of FlexGrid.

GridUpdateAnimation

Settings of the animations performed when cells are updated.

GridWrapCellFactory

This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.

Enums

FullTextFilterMode

Specifies the modes to perform the filter operation.

GridAggregate

Specifies the type of aggregate to calculate over a group of values.

GridAllowDragging

Defines constants that specify which grid elements can be moved to new positions with drag.

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.

GridCellFactoryNotifyChangeAction

Describes the action that caused a GridCellFactoryNotifyChange event.

GridCellType

Specifies a value that defines the type of cell.

GridDetailVisibilityMode

Determines how the visibility will behave.

GridEnterAction

Defines constants that specify which action to perform when Enter key is pressed.

GridFileFormat

Specifies file formats available for saving the grid.

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.

GridNewRowPosition

Specifies where the new row template should be displayed when the grid is bound to a C1.DataCollection.IDataCollection<> that supports adding new items.

GridSaveOptions

Specifies options available for customizing the files created by the method.

GridSelectedState

Specifies the selected state of a cell.

GridSelectionMode

Specifies constants that define the selection behavior.

GridSortIconPosition

Specifies where the sort icon will be laid out.

GridTabAction

Defines constants that specify which action to perform when Tab key is pressed.

GridZoomMode

Defines constants that specify the current mode for zoom behavior.