C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class


GridBase Class Methods

For a list of all members of this type, see GridBase members.

Public Methods
 NameDescription
Public Method (Inherited from Xamarin.Forms.VisualElement)
Public Method (Inherited from Xamarin.Forms.VisualElement)
Public MethodChanges the scroll and zoom of the grid to the specified part of the viewport.  
Public MethodOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCopy the current selection to the clipboard.  
Public MethodCut the current selection and copy to the clipboard.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Method (Inherited from Xamarin.Forms.Element)
Public MethodCommits or cancels any pending edits and exits edit mode.  
Public Method (Inherited from Xamarin.Forms.VisualElement)
Public Method (Inherited from Xamarin.Forms.View)
Public MethodGets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.  
Public Method (Inherited from Xamarin.Forms.BindableObject)
Public Method (Inherited from Xamarin.Forms.BindableObject)
Public Method (Inherited from Xamarin.Forms.VisualElement)
Public Method (Inherited from Xamarin.Forms.VisualElement)
Public MethodPastes the content of the clipboard to the grid.  
Public MethodOverloaded. Recreates all the cells.  
Public Method (Inherited from Xamarin.Forms.BindableObject)
Public Method (Inherited from Xamarin.Forms.Element)
Public MethodOverloaded. Scrolls the grid to bring a specific cell into view.  
Public MethodSelects a given cell and optionally scrolls it into view.  
Public MethodSelects all the cells.  
Public Method (Inherited from Xamarin.Forms.BindableObject)
Public MethodSets the cursor of the grid to the specified row and column.  
Public Method (Inherited from Xamarin.Forms.Element)
Public MethodOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodStarts editing a specific cell.  
Public Method (Inherited from Xamarin.Forms.VisualElement)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from Xamarin.Forms.BindableObject)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected MethodLoads dummy design time content visible in Storyboard and Android designer  
Protected MethodRaises the BeginningEdit event.  
Protected Method (Inherited from Xamarin.Forms.View)
Protected MethodRaises the CellEditEnded event.  
Protected MethodRaises the CellEditEnding event.  
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected MethodRaises the CursorChanged event.  
Protected MethodRaises the CursorChanging event.  
Protected MethodCalled when the property IsReadOnly changed.  
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.NavigableElement)
Protected MethodRaises the PrepareCellForEdit event.  
Protected Method (Inherited from Xamarin.Forms.Element)
Protected Method (Inherited from Xamarin.Forms.BindableObject)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.VisualElement)
Protected Method (Inherited from Xamarin.Forms.BindableObject)
Top
Extension Methods
 NameDescription
Public Extension MethodGet 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.
Top
See Also