WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSelectCellsMouseController.SuspendState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridSelectCellsMouseController.SuspendState

    A helper class that tends to suspend a grid selection. It takes a back up of the selection when the selection is suspended and restores the grid with the selections when the selection is resumed.

    Inheritance
    System.Object
    GridSelectCellsMouseController.SuspendState
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class SuspendState

    Constructors

    SuspendState(GridSelectCellsMouseController)

    Suspends the grid selection.

    Declaration
    public SuspendState(GridSelectCellsMouseController mc)
    Parameters
    Type Name Description
    GridSelectCellsMouseController mc

    The selection mouse controller.

    Methods

    Restore()

    Restores the grid selection.

    Declaration
    public void Restore()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved