[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Xamarin.Forms.Grid Assembly
C1.Xamarin.Forms.Grid
Classes
GridCellFactoryBase
Methods
CreateCellEditor
dotnet-api
C1.Xamarin.Forms.Calendar Assembly
C1.Xamarin.Forms.Chart Assembly
C1.Xamarin.Forms.Core Assembly
C1.Xamarin.Forms.Gauge Assembly
C1.Xamarin.Forms.Grid Assembly
C1.Xamarin.Forms.Grid
Classes
CancelEventArgs
CheckListBehavior
DetailProviderRowHeaderCell
EmptyGridBehavior
FlexGrid
FlexGridDetailProvider
FlexGridDetailProvider<TItem>
FullTextFilterBehavior
GridAutoGeneratingColumnEventArgs
GridBase
GridBoundRow
GridCellEditEventArgs
GridCellFactory
GridCellFactoryBase
Constructors
Properties
Methods
AllowEditing
ApplySelectionColors
ApplySelectionState
BindCellContent
CanDragColumn
CanDragRow
CanDropColumn
CanDropRow
CanSetColumnWidth
CanSetRowHeight
Contains
CreateCellContent
CreateCellEditor
DropColumnAsync
DropRowAsync
GetCellContentType
GetCellText
GetColumnInfo
GetDefaultColumn
GetDefaultRow
GetRowInfo
OnColumnsChanged
OnColumnsChanging
OnEditEnded
OnRowsChanged
OnRowsChanging
PrepareCell
RevertSelectionState
SaveDesiredCellSize
SetCellValue
SetColumnWidth
SetRowHeight
UnbindCellContent
GridCellFactoryBase.ColumnInfo
GridCellFactoryBase.RowInfo
GridCellFactoryNotifyChange
GridCellRange
GridCellRangeEventArgs
GridCellView
GridColumn
GridColumnCollection
GridColumnHeaderCell
GridDataMap
GridDetailCellCreatingEventArgs
GridDetailLoadingEventArgs<TItem>
GridDetailRow<TItem>
GridFilterRow
GridGroupRow
GridGroupRowCell
GridIncrementalLoadingCell
GridIncrementalLoadingRow
GridInputEventArgs
GridMenuItem
GridMergeManager
GridMergeManagerBase
GridNewRow
GridOutlineEventArgs
GridPanel
GridRefreshEventArgs
GridRow
GridRowCol
GridRowColCollection<T>
GridRowCollection
GridRowHeaderColumn
GridSelectionMenu
GridSelectionMenuEventArgs
GridUpdateAnimation
GridWrapCellFactory
Enums
C1.Xamarin.Forms.Grid.Resources
C1.Xamarin.Forms.Input Assembly
C1.Xamarin.Forms.Viewer Assembly
(Showing Draft Content)
C1.Xamarin.Forms.Grid.GridCellFactoryBase.CreateCellEditor
CreateCellEditor Method
CreateCellEditor(GridCellRange)
Creates the cell editor.
Declaration
public virtual View CreateCellEditor(GridCellRange range)
Parameters
Type
Name
Description
GridCellRange
range
The range.
Returns
Type
Description
View