Name | Description | |
---|---|---|
![]() | FlexGrid Constructor | Initializes a new instance of the FlexGrid class. |
The following tables list the members exposed by FlexGrid.
Name | Description | |
---|---|---|
![]() | FlexGrid Constructor | Initializes a new instance of the FlexGrid class. |
Name | Description | |
---|---|---|
![]() | ActiveEditor | Gets the cell editor that is currently active. (Inherited from C1.Xamarin.Forms.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.Xamarin.Forms.Grid.GridBase) |
![]() | AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | AllowRefreshing | Gets or sets a value indicating whether the grid can be refreshed by pulling. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns. (Inherited from C1.Xamarin.Forms.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 Xamarin.Forms.Color that is used to paint the background of odd-numbered rows. |
![]() | AlternatingRowTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint the text of odd-numbered rows. |
![]() | AnchorX | (Inherited from Xamarin.Forms.VisualElement) |
![]() | AnchorY | (Inherited from Xamarin.Forms.VisualElement) |
![]() | AutoGenerateColumns | Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource. |
![]() | AutomationId | (Inherited from Xamarin.Forms.Element) |
![]() | AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. |
![]() | BackgroundColor | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Behaviors | (Inherited from Xamarin.Forms.VisualElement) |
![]() | BindingContext | (Inherited from Xamarin.Forms.BindableObject) |
![]() | BorderColor | Gets or sets the Xamarin.Forms.Color that is used to paint the border. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | BorderWidth | Gets or sets the width of the border. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Bounds | (Inherited from Xamarin.Forms.VisualElement) |
![]() | CellFactory | Gets or sets the factory of cells. |
![]() | CellPadding | Gets or sets the cell padding. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Cells | Gets the GridPanel that contains the data cells in the grid. |
![]() | class | (Inherited from Xamarin.Forms.NavigableElement) |
![]() ![]() | ClassicStyle | Gets a style that mimics excel-style. |
![]() | ClassId | (Inherited from Xamarin.Forms.Element) |
![]() | ColumnHeaderBackgroundColor | Gets or sets the Xamarin.Forms.Color of the column header background. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderFontAttributes | Gets or sets the font attributes applied to column header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderFontFamily | Gets or sets the font family applied to column header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderFontSize | Gets or sets the font size applied to column header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating column header cells are shown. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaders | Gets the GridPanel that contains the column header cells. |
![]() | ColumnHeaderSelectedBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint column header background for selected cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderSelectedTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint column header text for selected cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ColumnHeaderTextColor | Gets or sets the Xamarin.Forms.Color of the column header text and glyphs. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Columns | Gets the collection of columns of the grid. |
![]() | CursorBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint the background of cursor cell. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CursorRange | Gets the GridCellRange that corresponds to the cursor cell. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CursorTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint the text of cursor cell. (Inherited from C1.Xamarin.Forms.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.Xamarin.Forms.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. |
![]() | Dispatcher | (Inherited from Xamarin.Forms.BindableObject) |
![]() | 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 Xamarin.Forms.Color that is used to paint the background of cells in edit mode. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | EditorRange | Gets the GridCellRange that corresponds to the cell currently being edited. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | EditorTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint the foreground of cells in edit mode. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Effects | (Inherited from Xamarin.Forms.Element) |
![]() | FlowDirection | (Inherited from Xamarin.Forms.VisualElement) |
![]() | FontAttributes | Gets or sets the font attributes applied to normal cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FontFamily | Gets or sets the font family applied to normal cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FontSize | Gets or sets the font size applied to normal cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FrozenColumns | Gets or sets the number of frozen columns. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FrozenLinesColor | Gets or sets the Xamarin.Forms.Color that is used to paint the lines between frozen and scrollable areas of the grid. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FrozenRows | Gets or sets the number of frozen rows. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | GestureRecognizers | (Inherited from Xamarin.Forms.View) |
![]() | GridLinesColor | Gets or sets the Xamarin.Forms.Color that is used to paint the lines between cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | GridLinesWidth | Gets or sets the width of the lines between cells. (Inherited from C1.Xamarin.Forms.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 Xamarin.Forms.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 Xamarin.Forms.Color of the group row background. |
![]() | GroupRowFontAttributes | Gets or sets the font attributes applied to group row cells. |
![]() | GroupRowFontFamily | Gets or sets the font family applied to group row cells. |
![]() | GroupRowFontSize | Gets or sets the font size applied to group row cells. |
![]() | GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. |
![]() | GroupRowTextColor | Gets or sets the Xamarin.Forms.Color of the text and glyphs of the group rows. |
![]() | HeaderGridLinesColor | Gets or sets the Xamarin.Forms.Color that is used to paint the lines between row and column header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | HeadersGridLinesVisibility | Gets or sets a value that indicates which grid lines separating header cells are shown. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Height | (Inherited from Xamarin.Forms.VisualElement) |
![]() | HeightRequest | (Inherited from Xamarin.Forms.VisualElement) |
![]() | HorizontalOptions | (Inherited from Xamarin.Forms.View) |
![]() | Id | (Inherited from Xamarin.Forms.Element) |
![]() | InputTransparent | (Inherited from Xamarin.Forms.VisualElement) |
![]() | IsAnimated | Gets or sets whether the control is animated during navigation. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | IsEnabled | (Inherited from Xamarin.Forms.VisualElement) |
![]() | IsFocused | (Inherited from Xamarin.Forms.VisualElement) |
![]() | IsReadOnly | Gets or sets a value to determine whether the grid is read-only. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | IsTabStop | (Inherited from Xamarin.Forms.VisualElement) |
![]() | IsVisible | (Inherited from Xamarin.Forms.VisualElement) |
![]() | 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.Xamarin.Forms.Grid.GridBase) |
![]() | KeyActionTab | Gets or sets the action to perform when the Tab key is pressed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Margin | (Inherited from Xamarin.Forms.View) |
![]() | 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. |
![]() | MinimumHeightRequest | (Inherited from Xamarin.Forms.VisualElement) |
![]() | MinimumWidthRequest | (Inherited from Xamarin.Forms.VisualElement) |
![]() | MinRowHeight | Gets or sets the minimum height of rows in the FlexGrid. |
![]() | Navigation | (Inherited from Xamarin.Forms.NavigableElement) |
![]() | NewRowBackgroundColor | Gets or sets the Xamarin.Forms.Color 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 Xamarin.Forms.Color of the text and glyphs of the new row. |
![]() | Opacity | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Parent | (Inherited from Xamarin.Forms.Element) |
![]() | Resources | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Rotation | (Inherited from Xamarin.Forms.VisualElement) |
![]() | RotationX | (Inherited from Xamarin.Forms.VisualElement) |
![]() | RotationY | (Inherited from Xamarin.Forms.VisualElement) |
![]() | RowBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint row backgrounds. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderBackgroundColor | Gets or sets the Xamarin.Forms.Color of the row header background. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderFontAttributes | Gets or sets the font attributes applied to row header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderFontFamily | Gets or sets the font family applied to row header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderFontSize | Gets or sets the font size applied to row header cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderGridLinesVisibility | Gets or sets a value that indicates which grid lines separating row header cells are shown. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaders | Gets the GridPanel that contains the row header cells. |
![]() | RowHeaderSelectedBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint row header background for selected cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderSelectedTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint row header text for selected cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RowHeaderTextColor | Gets or sets the Xamarin.Forms.Color of the row header text and glyphs. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Rows | Gets the collection of rows of the grid. |
![]() | RowTextColor | Gets or sets the Xamarin.Forms.Color that is used to paint the text color of rows. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Scale | (Inherited from Xamarin.Forms.VisualElement) |
![]() | ScaleX | (Inherited from Xamarin.Forms.VisualElement) |
![]() | ScaleY | (Inherited from Xamarin.Forms.VisualElement) |
![]() | ScrollPosition | Gets or sets the scroll position. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Selection | Gets or sets the current selection. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionAdornerBorderColor | Gets or sets the Xamarin.Forms.Color of the selection adorner border. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionAdornerColor | Gets or sets the Xamarin.Forms.Color of the selection adorner. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint the background of selected cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionMode | Gets or sets how the cells or rows are selected. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionTextColor | Gets or sets the Xamarin.Forms.Color of the selected text. (Inherited from C1.Xamarin.Forms.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.Xamarin.Forms.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.Xamarin.Forms.Grid.GridBase) |
![]() | ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. |
![]() | Site | IComponent Site (Inherited from C1.Xamarin.Forms.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 | (Inherited from Xamarin.Forms.NavigableElement) |
![]() | StyleClass | (Inherited from Xamarin.Forms.NavigableElement) |
![]() | StyleId | (Inherited from Xamarin.Forms.Element) |
![]() | TabIndex | (Inherited from Xamarin.Forms.VisualElement) |
![]() | TextColor | Gets or sets the Xamarin.Forms.Color of the text and glyphs. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | TopLeftCellBackgroundColor | Gets or sets the Xamarin.Forms.Color that is used to paint the background of the cell at the left top corner of the grid. (Inherited from C1.Xamarin.Forms.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.Xamarin.Forms.Grid.GridBase) |
![]() | TranslationX | (Inherited from Xamarin.Forms.VisualElement) |
![]() | TranslationY | (Inherited from Xamarin.Forms.VisualElement) |
![]() | TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. |
![]() | Triggers | (Inherited from Xamarin.Forms.VisualElement) |
![]() | UpdateAnimation | Gets an object containing the animation settings that will be applied when updating cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | VerticalOptions | (Inherited from Xamarin.Forms.View) |
![]() | ViewRange | Gets a GridCellRange value that indicates the range of cells currently visible on the grid. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Visual | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Width | (Inherited from Xamarin.Forms.VisualElement) |
![]() | WidthRequest | (Inherited from Xamarin.Forms.VisualElement) |
![]() | X | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Y | (Inherited from Xamarin.Forms.VisualElement) |
![]() | ZoomMode | Gets or sets the zoom mode. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | BatchBegin | (Inherited from Xamarin.Forms.VisualElement) |
![]() | BatchCommit | (Inherited from Xamarin.Forms.VisualElement) |
![]() | ChangeView | Changes the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
![]() | CollapseGroups | Collapses the groups. |
![]() | Copy | Copy the current selection to the clipboard. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Cut | Cut the current selection and copy to the clipboard. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FindByName | (Inherited from Xamarin.Forms.Element) |
![]() | FinishEditing | Commits or cancels any pending edits and exits edit mode. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | FinishRowEditing | Finishes the row editing. |
![]() | Focus | (Inherited from Xamarin.Forms.VisualElement) |
![]() | 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. |
![]() | GetChildElements | (Inherited from Xamarin.Forms.View) |
![]() | GetSelectedState | Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | GetValue | (Inherited from Xamarin.Forms.BindableObject) |
![]() | IsSet | (Inherited from Xamarin.Forms.BindableObject) |
![]() | Layout | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Measure | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Paste | Pastes the content of the clipboard to the grid. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Refresh | Overloaded. Recreates all the cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) |
![]() | RemoveDynamicResource | (Inherited from Xamarin.Forms.Element) |
![]() | 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.Xamarin.Forms.Grid.GridBase) |
![]() | Select | Selects a given cell and optionally scrolls it into view. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectAll | Selects all the cells. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SetBinding | (Inherited from Xamarin.Forms.BindableObject) |
![]() | 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.Xamarin.Forms.Grid.GridBase) |
![]() | SetDynamicResource | (Inherited from Xamarin.Forms.Element) |
![]() | SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
![]() | StartEditing | Overridden. Starts editing a specific cell. |
![]() | StartEditingAsync | Starts the editing of the specified cell asynchronously. |
![]() | Unfocus | (Inherited from Xamarin.Forms.VisualElement) |
Name | Description | |
---|---|---|
![]() | ApplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
![]() | InvalidateMeasure | (Inherited from Xamarin.Forms.VisualElement) |
![]() | LoadDesignTimeData | Overridden. Loads dummy design time content visible in Storyboard and Android designer |
![]() | OnAutoGeneratingColumn | Raises the AutoGeneratingColumn event. |
![]() | OnBeginningEdit | Raises the BeginningEdit event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnBeginningRowEdit | Raises the BeginningRowEdit event. |
![]() | OnBindingContextChanged | (Inherited from Xamarin.Forms.View) |
![]() | OnCellEditEnded | Raises the CellEditEnded event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnCellEditEnding | Raises the CellEditEnding event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnChildAdded | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnChildRemoved | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnChildrenReordered | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnCursorChanged(GridCellRangeEventArgs) | Raises the CursorChanged event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnCursorChanging | Raises the CursorChanging event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnIsReadOnlyChanged | Overridden. Called when the property IsReadOnly changed. |
![]() | OnMeasure | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnParentSet | (Inherited from Xamarin.Forms.NavigableElement) |
![]() | OnPrepareCellForEdit | Raises the PrepareCellForEdit event. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | OnPropertyChanged | Overridden. |
![]() | OnPropertyChanging | (Inherited from Xamarin.Forms.BindableObject) |
![]() | OnRowEditEnded | Raises the RowEditEnded event. |
![]() | OnRowEditEnding | Raises the RowEditEnding event. |
![]() | OnSizeAllocated | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnTabIndexPropertyChanged | (Inherited from Xamarin.Forms.VisualElement) |
![]() | OnTabStopPropertyChanged | (Inherited from Xamarin.Forms.VisualElement) |
![]() | SizeAllocated | (Inherited from Xamarin.Forms.VisualElement) |
![]() | TabIndexDefaultValueCreator | (Inherited from Xamarin.Forms.VisualElement) |
![]() | TabStopDefaultValueCreator | (Inherited from Xamarin.Forms.VisualElement) |
![]() | UnapplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
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 | |
---|---|---|
![]() | 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.Xamarin.Forms.Grid.GridBase) |
![]() | BeginningRowEdit | Occurs when the edit of a row is about to start. |
![]() | BindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | CellDoubleTapped | Occurs when a cell is double tapped. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CellEditEnded | Occurs after the edit of a cell is committed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CellEditEnding | Occurs before the edit of a cell is committed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CellLongPressed | Occurs when a cell is being held. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CellRightTapped | Occurs when a cell is right tapped. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CellTapped | Occurs when a cell is tapped. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ChildAdded | (Inherited from Xamarin.Forms.Element) |
![]() | ChildRemoved | (Inherited from Xamarin.Forms.Element) |
![]() | ChildrenReordered | (Inherited from Xamarin.Forms.VisualElement) |
![]() | CreatingSelectionMenu | Occurs when the selection menu is created. This event can be used to customize the displayed menu. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CursorChanged | Occurs after the cursor is changed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | CursorChanging | Occurs before the cursor is changed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | DescendantAdded | (Inherited from Xamarin.Forms.Element) |
![]() | DescendantRemoved | (Inherited from Xamarin.Forms.Element) |
![]() | Disposed | Occurs when the object is disposed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | Focused | (Inherited from Xamarin.Forms.VisualElement) |
![]() | 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. |
![]() | MeasureInvalidated | (Inherited from Xamarin.Forms.VisualElement) |
![]() | PrepareCellForEdit | Occurs when an editor cell is created and before it becomes active. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | PropertyChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | PropertyChanging | (Inherited from Xamarin.Forms.BindableObject) |
![]() | Refreshing | Occurs when the user pulls the grid to be refreshed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ResizedColumn | Occurs when the user finishes resizing a column. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ResizedRow | Occurs when the user finishes resizing a row. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ResizingColumn | Occurs when the user starts resizing a column. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | ResizingRow | Occurs when the user starts resizing a row. (Inherited from C1.Xamarin.Forms.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.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionChanged | Occurs after selection changed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SelectionChanging | Occurs before selection is changed. (Inherited from C1.Xamarin.Forms.Grid.GridBase) |
![]() | SizeChanged | (Inherited from Xamarin.Forms.VisualElement) |
![]() | Unfocused | (Inherited from Xamarin.Forms.VisualElement) |