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
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class SuspendState : Object
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()