menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISelectionController - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISelectionController

    An interface to control the selection functionalities of the grid.

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public interface ISelectionController

    Properties

    CurrentCell

    Returns the CurrentCell of the SfCellGrid

    Declaration
    GridCurrentCell CurrentCell { get; }
    Property Value
    Type
    GridCurrentCell

    SelectedRanges

    Returns the SelectedRanges of the SfCellGrid

    Declaration
    GridRangeInfoList SelectedRanges { get; }
    Property Value
    Type
    GridRangeInfoList

    TouchHitTestPrecision

    Determines the distance of touch precision point from touch indicator

    Declaration
    double TouchHitTestPrecision { get; set; }
    Property Value
    Type
    System.Double

    Methods

    HandleKeyDown(KeyRoutedEventArgs)

    Handles the KeyDown operations

    Declaration
    void HandleKeyDown(KeyRoutedEventArgs args)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.KeyRoutedEventArgs args

    HandlePointerOperations(GridPointerEventArgs, RowColumnIndex)

    Handles the Pointer/Mouse Operations.

    Declaration
    void HandlePointerOperations(GridPointerEventArgs args, RowColumnIndex rowColIndex)
    Parameters
    Type Name Description
    GridPointerEventArgs args
    RowColumnIndex rowColIndex

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved