Class GridSetCurrentCellOptions
Defines options for the MoveTo(Int32, Int32) method call.
Inheritance
System.Object
GridSetCurrentCellOptions
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridSetCurrentCellOptions : Enum
Fields
ForceRefresh
Force new current cell to be redrawn.
Declaration
public const GridSetCurrentCellOptions ForceRefresh
Field Value
Type |
---|
GridSetCurrentCellOptions |
NoActivate
Do not active new current cell. Only store row and column index.
Declaration
public const GridSetCurrentCellOptions NoActivate
Field Value
Type |
---|
GridSetCurrentCellOptions |
None
No special options.
Declaration
public const GridSetCurrentCellOptions None
Field Value
Type |
---|
GridSetCurrentCellOptions |
NoSelectRange
Do not give current cell a range selection (when using Excel-like current cell).
Declaration
public const GridSetCurrentCellOptions NoSelectRange
Field Value
Type |
---|
GridSetCurrentCellOptions |
NoSyncCurrentCell
Do not synchronize current cell among grid views showing the same model, ignoring
Declaration
public const GridSetCurrentCellOptions NoSyncCurrentCell
Field Value
Type |
---|
GridSetCurrentCellOptions |
ScrollInView
Scroll new current cell into view.
Declaration
public const GridSetCurrentCellOptions ScrollInView
Field Value
Type |
---|
GridSetCurrentCellOptions |