[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Maui.GridControl Assembly
C1.Maui.Grid
Interfaces
IGridControlHandler
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
Enums
Interfaces
IGridControlHandler
Properties
Methods
C1.Maui.GridControl.Themes
C1.Maui.Input Assembly
(Showing Draft Content)
C1.Maui.Grid.IGridControlHandler
IGridControlHandler Interface
Namespace
:
C1.Maui.Grid
Assembly
: C1.Maui.GridControl.dll
Syntax
public interface IGridControlHandler
Properties
Name
Description
ActiveEditor
CursorRange
EditorRange
FullEdit
ScrollPosition
SelectedRanges
ViewRange
Methods
Name
Description
ChangeView(double?, double?, double?, bool)
FinishEditing(bool, bool)
GetColumnRenderWidth(int)
GetRowRenderHeight(int)
GetSelectedTimes(GridControlRange)
Refresh(GridControlRange)
ScrollIntoView(GridControlRange, double, bool)
Select(IEnumerable<GridControlRange>, bool, bool)
SetCursor(GridControlRange, bool)
StartEditing(GridControlRange, bool, bool)
UpdateMouseOver(GridControlRange)