[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Maui.GridControl Assembly
C1.Maui.Grid
Classes
GridControlAdapter
Methods
CreateCellEditor
dotnet-api
C1.Maui.Calendar Assembly
C1.Maui.Chart Assembly
C1.Maui.Core Assembly
C1.Maui.Grid Assembly
C1.Maui.GridControl Assembly
C1.Maui.Grid
Classes
C1GridControl
CancelEventArgs
GridControlAdapter
Constructors
Properties
Methods
AllowEditing
ApplySelectionState
BindCell
CanDragColumn
CanDragRow
CanDropColumn
CanDropRow
CanSetColumnWidth
CanSetRowHeight
Contains
CreateCell
CreateCellEditor
DropColumnAsync
DropRowAsync
GetCellKind
GetCellText
GetColumnInfo
GetColumnRenderWidth
GetDefaultColumn
GetDefaultRow
GetFrozenBottomRows
GetFrozenColumns
GetFrozenRightColumns
GetFrozenRows
GetHoverRange
GetMergedRange
GetRowInfo
GetRowRenderHeight
GetSelectedTimes
GetSelectionRange
IsBottomFreezingSeparatorVisible
IsLeftFreezingSeparatorVisible
IsMouseOverRange
IsRightFreezingSeparatorVisible
IsTopFreezingSeparatorVisible
OnBeginningEdit
OnCellDoubleTapped
OnCellEditEnded
OnCellEditEnding
OnCellLongPressed
OnCellPointerEntered
OnCellPointerExited
OnCellTapped
OnColumnsChanged
OnColumnsChanging
OnCursorChanged
OnCursorChanging
OnEditEnded
OnKeyDown
OnPrepareCellForEdit
OnResizedColumn
OnResizedRow
OnResizingColumn
OnResizingRow
OnRowsChanged
OnRowsChanging
OnSelectionChanged
OnSelectionChanging
PrepareCell
RefreshSelectedRanges
RevertCell
SaveDesiredCellSize
SetCellValue
SetColumnWidth
SetRowHeight
UnbindCell
GridControlAdapter.ColumnInfo
GridControlAdapter.RowInfo
GridControlAdapterNotifyChange
GridControlCellView
GridControlEditEventArgs
GridControlInputEventArgs
GridControlKeyboardHandler
GridControlRange
GridControlRangeEventArgs
GridControlSelectionEventArgs
GridControlTapEventArgs
GridRefreshEventArgs
GridUpdateAnimation
MauiAppBuilderEx
Enums
Interfaces
C1.Maui.GridControl.Themes
C1.Maui.Input Assembly
(Showing Draft Content)
C1.Maui.Grid.GridControlAdapter.CreateCellEditor
CreateCellEditor Method
CreateCellEditor(GridControlRange)
Creates the cell editor.
Declaration
public virtual View CreateCellEditor(GridControlRange range)
Parameters
Type
Name
Description
GridControlRange
range
The range.
Returns
Type
Description
View