[]
        
(Showing Draft Content)

C1.Maui.Grid.FlexGrid.IsMouseOverRange

IsMouseOverRange Method

IsMouseOverRange(GridControlRange)

Gets or sets whether the cell in the specified range has the mouse over, considering the MouseOverMode and SelectionMode.

Declaration
protected override sealed bool IsMouseOverRange(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The range to test.

Returns
Type Description
bool
Overrides