Class GridScrollCurrentCellReason
Defines the reason for scrolling current cell into view.
Inheritance
System.Object
GridScrollCurrentCellReason
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridScrollCurrentCellReason : Enum
Fields
Activate
Current cell was activated.
Declaration
public const GridScrollCurrentCellReason Activate
Field Value
Type |
---|
GridScrollCurrentCellReason |
Any
Default: All of above.
Declaration
public const GridScrollCurrentCellReason Any
Field Value
Type |
---|
GridScrollCurrentCellReason |
BeginEdit
CurrentCell.BeginEdit was called.
Declaration
public const GridScrollCurrentCellReason BeginEdit
Field Value
Type |
---|
GridScrollCurrentCellReason |
Click
User clicked into cell.
Declaration
public const GridScrollCurrentCellReason Click
Field Value
Type |
---|
GridScrollCurrentCellReason |
Command
A undo or redo command was executed.
Declaration
public const GridScrollCurrentCellReason Command
Field Value
Type |
---|
GridScrollCurrentCellReason |
Error
An error occurred and a message box will be displayed.
Declaration
public const GridScrollCurrentCellReason Error
Field Value
Type |
---|
GridScrollCurrentCellReason |
FindText
FindDialog has found text in cell.
Declaration
public const GridScrollCurrentCellReason FindText
Field Value
Type |
---|
GridScrollCurrentCellReason |
GridFocus
Grid control was activated.
Declaration
public const GridScrollCurrentCellReason GridFocus
Field Value
Type |
---|
GridScrollCurrentCellReason |
KeyPress
A key was pressed while current cell is active.
Declaration
public const GridScrollCurrentCellReason KeyPress
Field Value
Type |
---|
GridScrollCurrentCellReason |
Modified
Contents of current cell are mofied.
Declaration
public const GridScrollCurrentCellReason Modified
Field Value
Type |
---|
GridScrollCurrentCellReason |
MoveTo
CurrentCell.MoveTo was called.
Declaration
public const GridScrollCurrentCellReason MoveTo
Field Value
Type |
---|
GridScrollCurrentCellReason |
None
None
Declaration
public const GridScrollCurrentCellReason None
Field Value
Type |
---|
GridScrollCurrentCellReason |
ResizedCells
Columns or rows were resized.
Declaration
public const GridScrollCurrentCellReason ResizedCells
Field Value
Type |
---|
GridScrollCurrentCellReason |
SynchronizeRecord
Grouping Grid: SynchronizeCurrentCellWithRecord.
Declaration
public const GridScrollCurrentCellReason SynchronizeRecord
Field Value
Type |
---|
GridScrollCurrentCellReason |