WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGraphicSelectionController - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGraphicSelectionController

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGraphicSelectionController

    Methods

    ClearGraphicCellSelections()

    Declaration
    void ClearGraphicCellSelections()

    OnGotFocus(RoutedEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnGotFocus(RoutedEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs args
    GraphicCellSpanInfo spanInfo

    OnKeyDown(KeyEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnKeyDown(KeyEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs args
    GraphicCellSpanInfo spanInfo

    OnKeyUp(KeyEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnKeyUp(KeyEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs args
    GraphicCellSpanInfo spanInfo

    OnLostFocus(RoutedEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnLostFocus(RoutedEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs args
    GraphicCellSpanInfo spanInfo

    OnMouseDown(MouseButtonEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnMouseDown(MouseButtonEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs args
    GraphicCellSpanInfo spanInfo

    OnMouseEnter(MouseEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnMouseEnter(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs args
    GraphicCellSpanInfo spanInfo

    OnMouseLeave(MouseEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnMouseLeave(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs args
    GraphicCellSpanInfo spanInfo

    OnMouseMove(MouseEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnMouseMove(MouseEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs args
    GraphicCellSpanInfo spanInfo

    OnMouseUp(MouseButtonEventArgs, GraphicCellSpanInfo)

    Declaration
    void OnMouseUp(MouseButtonEventArgs args, GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs args
    GraphicCellSpanInfo spanInfo

    SelectAllGraphicCells()

    Declaration
    void SelectAllGraphicCells()

    SelectGraphicCell(GraphicCellSpanInfo)

    Declaration
    void SelectGraphicCell(GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo

    UnSelectGraphicCell(GraphicCellSpanInfo)

    Declaration
    void UnSelectGraphicCell(GraphicCellSpanInfo spanInfo)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved