menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISelectionController - WPF 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.WPF.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(KeyEventArgs)

    Handles the KeyDown operations

    Declaration
    void HandleKeyDown(KeyEventArgs args)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs args

    HandlePointerOperations(GridPointerEventArgs, RowColumnIndex)

    Handles the Pointer/Mouse Operations.

    Declaration
    void HandlePointerOperations(GridPointerEventArgs args, RowColumnIndex rowColIndex)
    Parameters
    Type Name Description
    GridPointerEventArgs args
    RowColumnIndex rowColIndex
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved