| Name | Description |
 | ActiveEditor | Gets the cell editor that is currently active. (Inherited from C1.iOS.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.iOS.Grid.GridBase) |
 | AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. (Inherited from C1.iOS.Grid.GridBase) |
 | AllowRefreshing | Gets or sets a value indicating whether the grid can be refreshed by pulling. (Inherited from C1.iOS.Grid.GridBase) |
 | AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns. (Inherited from C1.iOS.Grid.GridBase) |
 | AllowSorting | Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells. |
 | AlternatingRowBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint the background of odd-numbered rows. |
 | AlternatingRowTextColor | Gets or sets the UIKit.UIColor that is used to paint the text of odd-numbered rows. |
 | AutoGenerateColumns | Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource. |
 | AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. |
 | BorderColor | Gets or sets the UIKit.UIColor that is used to paint the border. (Inherited from C1.iOS.Grid.GridBase) |
 | BorderWidth | Gets or sets the width of the border. (Inherited from C1.iOS.Grid.GridBase) |
 | CanBecomeFirstResponder | (Inherited from C1.iOS.Grid.GridBase) |
 | CellFactory | Gets or sets the factory of cells. |
 | CellPadding | Gets or sets the cell padding. (Inherited from C1.iOS.Grid.GridBase) |
 | Cells | Gets the GridPanel that contains the data cells in the grid. |
 | ClassHandle | (Inherited from UIKit.UIView) |
 | ColumnHeaderBackgroundColor | Gets or sets the UIKit.UIColor of the column header background. (Inherited from C1.iOS.Grid.GridBase) |
 | ColumnHeaderFont | Gets or sets the font applied to column headers. (Inherited from C1.iOS.Grid.GridBase) |
 | ColumnHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating column header cells are shown. (Inherited from C1.iOS.Grid.GridBase) |
 | ColumnHeaders | Gets the GridPanel that contains the column header cells. |
 | ColumnHeaderSelectedBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint column header background for selected cells. (Inherited from C1.iOS.Grid.GridBase) |
 | ColumnHeaderSelectedTextColor | Gets or sets the UIKit.UIColor that is used to paint column header text for selected cells. (Inherited from C1.iOS.Grid.GridBase) |
 | ColumnHeaderTextColor | Gets or sets the UIKit.UIColor of the column header text and glyphs. (Inherited from C1.iOS.Grid.GridBase) |
 | Columns | Gets the collection of columns of the grid. |
 | CursorBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint the background of cursor cell. (Inherited from C1.iOS.Grid.GridBase) |
 | CursorRange | Gets the GridCellRange that corresponds to the cursor cell. (Inherited from C1.iOS.Grid.GridBase) |
 | CursorTextColor | Gets or sets the UIKit.UIColor that is used to paint the text of cursor cell. (Inherited from C1.iOS.Grid.GridBase) |
 | DataCollection | Gets the inner collection view. |
 | DefaultColumnHeaderRowHeight | Gets or sets the default height of the rows used to display column headers. |
 | DefaultColumnHeadersRowHeight | Gets or sets the default height of the rows used to display column headers. (Inherited from C1.iOS.Grid.GridBase) |
 | 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 | Gets or sets the UIKit.UIColor that is used to paint the background of cells in edit mode. (Inherited from C1.iOS.Grid.GridBase) |
 | EditorRange | Gets the GridCellRange that corresponds to the cell currently being edited. (Inherited from C1.iOS.Grid.GridBase) |
 | EditorTextColor | Gets or sets the UIKit.UIColor that is used to paint the foreground of cells in edit mode. (Inherited from C1.iOS.Grid.GridBase) |
 | Font | Gets or sets the font applied to normal cells. (Inherited from C1.iOS.Grid.GridBase) |
 | FrozenColumns | Gets or sets the number of frozen columns. (Inherited from C1.iOS.Grid.GridBase) |
 | FrozenLinesColor | Gets or sets the UIKit.UIColor that is used to paint the lines between frozen and scrollable areas of the grid. (Inherited from C1.iOS.Grid.GridBase) |
 | FrozenRows | Gets or sets the number of frozen rows. (Inherited from C1.iOS.Grid.GridBase) |
 | GridLinesColor | Gets or sets the UIKit.UIColor that is used to paint the lines between cells. (Inherited from C1.iOS.Grid.GridBase) |
 | GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from C1.iOS.Grid.GridBase) |
 | GridLinesWidth | Gets or sets the width of the lines between cells. (Inherited from C1.iOS.Grid.GridBase) |
 | 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.iOS.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 | Gets or sets the UIKit.UIColor of the group row background. |
 | GroupRowFont | Gets or sets the font applied to group row. |
 | GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. |
 | GroupRowTextColor | Gets or sets the UIKit.UIColor of the text and glyphs of the group rows. |
 | Handle | (Inherited from Foundation.NSObject) |
 | HeaderGridLinesColor | Gets or sets the UIKit.UIColor that is used to paint the lines between row and column header cells. (Inherited from C1.iOS.Grid.GridBase) |
 | HeadersGridLinesVisibility | Gets or sets a value that indicates which grid lines separating header cells are shown. (Inherited from C1.iOS.Grid.GridBase) |
 | HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. (Inherited from C1.iOS.Grid.GridBase) |
 | IntrinsicContentSize | (Inherited from C1.iOS.Grid.GridBase) |
 | IsAnimated | Gets or sets whether the control is animated during navigation. (Inherited from C1.iOS.Grid.GridBase) |
 | IsReadOnly | Gets or sets a value to determine whether the grid is read-only. (Inherited from C1.iOS.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. |
 | KeyActionEnter | Gets or sets the action to perform when the Enter key is pressed. (Inherited from C1.iOS.Grid.GridBase) |
 | KeyActionTab | Gets or sets the action to perform when the Tab key is pressed. (Inherited from C1.iOS.Grid.GridBase) |
 | KeyCommands | (Inherited from C1.iOS.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 | Gets or sets the UIKit.UIColor of the new row background. |
 | 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. |
 | NewRowTextColor | Gets or sets the UIKit.UIColor of the text and glyphs of the new row. |
 | RowBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint row backgrounds. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaderBackgroundColor | Gets or sets the UIKit.UIColor of the row header background. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaderFont | Gets or sets the font applied to row header. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating row header cells are shown. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaders | Gets the GridPanel that contains the row header cells. |
 | RowHeaderSelectedBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint row header background for selected cells. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaderSelectedTextColor | Gets or sets the UIKit.UIColor that is used to paint row header text for selected cells. (Inherited from C1.iOS.Grid.GridBase) |
 | RowHeaderTextColor | Gets or sets the UIKit.UIColor of the row header text and glyphs. (Inherited from C1.iOS.Grid.GridBase) |
 | Rows | Gets the collection of rows of the grid. |
 | RowTextColor | Gets or sets the UIKit.UIColor that is used to paint the text color of rows. (Inherited from C1.iOS.Grid.GridBase) |
 | ScrollPosition | Gets or sets the scroll position. (Inherited from C1.iOS.Grid.GridBase) |
 | Selection | Gets or sets the current selection. (Inherited from C1.iOS.Grid.GridBase) |
 | SelectionAdornerBorderColor | Gets or sets the UIKit.UIColor of the selection adorner border. (Inherited from C1.iOS.Grid.GridBase) |
 | SelectionAdornerColor | Gets or sets the UIKit.UIColor of the selection adorner. (Inherited from C1.iOS.Grid.GridBase) |
 | SelectionBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint the background of selected cells. (Inherited from C1.iOS.Grid.GridBase) |
 | SelectionMode | Gets or sets how the cells or rows are selected. (Inherited from C1.iOS.Grid.GridBase) |
 | SelectionTextColor | Gets or sets the UIKit.UIColor of the selected text. (Inherited from C1.iOS.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.iOS.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.iOS.Grid.GridBase) |
 | ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. |
 | Site | IComponent Site (Inherited from C1.iOS.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 of the grid. |
 | SuperHandle | (Inherited from Foundation.NSObject) |
 | TextColor | Gets or sets the UIKit.UIColor of the text and glyphs. (Inherited from C1.iOS.Grid.GridBase) |
 | TopLeftCellBackgroundColor | Gets or sets the UIKit.UIColor that is used to paint the background of the cell at the left top corner of the grid. (Inherited from C1.iOS.Grid.GridBase) |
 | TopLeftCells | Gets the GridPanel that contains the cells in the upper left corner of the grid. |
 | TopLeftHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating top-left header cells are shown. (Inherited from C1.iOS.Grid.GridBase) |
 | TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. |
 | UpdateAnimation | Gets an object containing the animation settings that will be applied when updating cells. (Inherited from C1.iOS.Grid.GridBase) |
 | ViewRange | Gets a GridCellRange value that indicates the range of cells currently visible on the grid. (Inherited from C1.iOS.Grid.GridBase) |
 | ZoomMode | Gets or sets the zoom mode. (Inherited from C1.iOS.Grid.GridBase) |