menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicSelectionController - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicSelectionController

    Inheritance
    System.Object
    GraphicSelectionControllerBase
    GraphicSelectionController
    Implements
    IGraphicSelectionController
    Inherited Members
    GraphicSelectionControllerBase.ClearGraphicCellSelections()
    GraphicSelectionControllerBase.GraphicModel
    GraphicSelectionControllerBase.IGraphicSelectionController.OnGotFocus(RoutedEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnKeyDown(KeyEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnKeyUp(KeyEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnLostFocus(RoutedEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnMouseDown(MouseButtonEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnMouseEnter(MouseEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnMouseLeave(MouseEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnMouseMove(MouseEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.IGraphicSelectionController.OnMouseUp(MouseButtonEventArgs, GraphicCellSpanInfo)
    GraphicSelectionControllerBase.SelectAllGraphicCells()
    GraphicSelectionControllerBase.SelectGraphicCell(GraphicCellSpanInfo)
    GraphicSelectionControllerBase.UnSelectGraphicCell(GraphicCellSpanInfo)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicSelectionController : GraphicSelectionControllerBase, IGraphicSelectionController

    Constructors

    GraphicSelectionController(GraphicModel)

    Declaration
    public GraphicSelectionController(GraphicModel graphicModel)
    Parameters
    Type Name Description
    GraphicModel graphicModel

    Methods

    OnGotFocus(RoutedEventArgs, GraphicCellSpanInfo)

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

    OnKeyDown(KeyEventArgs, GraphicCellSpanInfo)

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

    OnKeyUp(KeyEventArgs, GraphicCellSpanInfo)

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

    OnLostFocus(RoutedEventArgs, GraphicCellSpanInfo)

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

    OnMouseDown(MouseButtonEventArgs, GraphicCellSpanInfo)

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

    OnMouseEnter(MouseEventArgs, GraphicCellSpanInfo)

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

    OnMouseLeave(MouseEventArgs, GraphicCellSpanInfo)

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

    OnMouseMove(MouseEventArgs, GraphicCellSpanInfo)

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

    OnMouseUp(MouseButtonEventArgs, GraphicCellSpanInfo)

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

    Implements

    IGraphicSelectionController
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved