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) |