Name | Description | |
---|---|---|
FlexGrid Constructor | Overloaded. |
The following tables list the members exposed by FlexGrid.
Name | Description | |
---|---|---|
FlexGrid Constructor | Overloaded. |
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) |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AutoSizeColumn | Resizes a column to fit their visible content. | |
AutoSizeColumns | Resizes a column range to fit their visible content. | |
AutoSizeRow | Resizes a row to fit their visible contents. | |
AutoSizeRows | Resizes a row range to fit their visible contents. | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
CanPerform | (Inherited from C1.iOS.Grid.GridBase) | |
ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.iOS.Grid.GridBase) | |
CollapseGroups | Collapses the groups. | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
Copy | Overloaded. Copy the current selection to the clipboard. (Inherited from C1.iOS.Grid.GridBase) | |
Cut | Overloaded. Cut the current selection and copy to the clipboard. (Inherited from C1.iOS.Grid.GridBase) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
FinishEditing | Commits or cancels any pending edits and exits edit mode. (Inherited from C1.iOS.Grid.GridBase) | |
FinishRowEditing | Finishes the row editing. | |
GetCellText | Overloaded. Gets the text corresponding to the cell in the specified range. | |
GetCellValue | Overloaded. Gets the value corresponding to the cell in the specified range. | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
GetSelectedState | Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row. (Inherited from C1.iOS.Grid.GridBase) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
Paste | Overloaded. Pastes the content of the clipboard to the grid. (Inherited from C1.iOS.Grid.GridBase) | |
Refresh | Overloaded. Recreates all the cells. (Inherited from C1.iOS.Grid.GridBase) | |
Save | Overloaded. Saves the contents of the grid to a file. | |
ScrollIntoView | Overloaded. Scrolls the grid to bring a specific cell into view. (Inherited from C1.iOS.Grid.GridBase) | |
Select | Selects a given cell and optionally scrolls it into view. (Inherited from C1.iOS.Grid.GridBase) | |
SelectAll | Overloaded. Selects all the cells. (Inherited from C1.iOS.Grid.GridBase) | |
SetCellValue | Overloaded. Sets the value corresponding to the cell in the specified range. | |
SetCursor | Sets the cursor of the grid to the specified row and column. (Inherited from C1.iOS.Grid.GridBase) | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
StartEditing | Overridden. Starts editing a specific cell. | |
StartEditingAsync | Starts the editing of the specified cell asynchronously. | |
ToString | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
AutoGeneratingColumn | Occurs when an auto-generated column is being created. | |
BeginningEdit | Occurs when the edit of a cell is about to start. (Inherited from C1.iOS.Grid.GridBase) | |
BeginningRowEdit | Occurs when the edit of a row is about to start. | |
CellDoubleTapped | Occurs when a cell is double tapped. (Inherited from C1.iOS.Grid.GridBase) | |
CellEditEnded | Occurs after the edit of a cell is committed. (Inherited from C1.iOS.Grid.GridBase) | |
CellEditEnding | Occurs before the edit of a cell is committed. (Inherited from C1.iOS.Grid.GridBase) | |
CellLongPressed | Occurs when a cell is being held. (Inherited from C1.iOS.Grid.GridBase) | |
CellTapped | Occurs when a cell is tapped. (Inherited from C1.iOS.Grid.GridBase) | |
CreatingSelectionMenu | Occurs when the selection menu is created. This event can be used to customize the displayed menu. (Inherited from C1.iOS.Grid.GridBase) | |
CursorChanged | Occurs after the cursor is changed. (Inherited from C1.iOS.Grid.GridBase) | |
CursorChanging | Occurs before the cursor is changed. (Inherited from C1.iOS.Grid.GridBase) | |
Disposed | Occurs when the object is disposed. (Inherited from C1.iOS.Grid.GridBase) | |
GroupCollapsedChanged | Occurs after the GridGroupRow.IsCollapsed property of a GridGroupRow object changes. | |
GroupCollapsedChanging | Occurs before the GridGroupRow.IsCollapsed property of a GridGroupRow object changes. | |
ItemsSourceChanged | Occurs after the items source is changed. | |
ItemsSourceChanging | Occurs before the items source is changed. | |
PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. (Inherited from C1.iOS.Grid.GridBase) | |
Refreshing | Occurs when the user pulls the grid to be refreshed. (Inherited from C1.iOS.Grid.GridBase) | |
ResizedColumn | Occurs when the user finishes resizing a column. (Inherited from C1.iOS.Grid.GridBase) | |
ResizedRow | Occurs when the user finishes resizing a row. (Inherited from C1.iOS.Grid.GridBase) | |
ResizingColumn | Occurs when the user starts resizing a column. (Inherited from C1.iOS.Grid.GridBase) | |
ResizingRow | Occurs when the user starts resizing a row. (Inherited from C1.iOS.Grid.GridBase) | |
RowEditEnded | Occurs when a row edit has been committed or canceled. | |
RowEditEnding | Occurs when a row edit is ending. | |
ScrollPositionChanged | Occurs when scroll position changed. (Inherited from C1.iOS.Grid.GridBase) | |
SelectionChanged | Occurs after selection changed. (Inherited from C1.iOS.Grid.GridBase) | |
SelectionChanging | Occurs before selection is changed. (Inherited from C1.iOS.Grid.GridBase) |