Class GridDragDropFlags
Drag-and-drop options used with EnableOleDropTarget
Inheritance
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDragDropFlags : Enum
Fields
AutoScroll
Enable autoscroll when user drags out of windows.
Declaration
public const GridDragDropFlags AutoScroll
Field Value
Type |
---|
GridDragDropFlags |
CheckRangeDim
Later ... Paste only: Display "Selected Range is Different"-Dialog.
Declaration
public const GridDragDropFlags CheckRangeDim
Field Value
Type |
---|
GridDragDropFlags |
ColHeader
Also copy / move column header cells.
Declaration
public const GridDragDropFlags ColHeader
Field Value
Type |
---|
GridDragDropFlags |
Compose
When copying internal styles, compose the full style of the cell and do not copy only the cell specific attributes.
Declaration
public const GridDragDropFlags Compose
Field Value
Type |
---|
GridDragDropFlags |
Copy
Copies the content
Declaration
public const GridDragDropFlags Copy
Field Value
Type |
---|
GridDragDropFlags |
Disabled
Disable drop target.
Declaration
public const GridDragDropFlags Disabled
Field Value
Type |
---|
GridDragDropFlags |
EdgeScroll
Enable edgescroll when user drags to the corner of the window.
Declaration
public const GridDragDropFlags EdgeScroll
Field Value
Type |
---|
GridDragDropFlags |
Move
Moves the content
Declaration
public const GridDragDropFlags Move
Field Value
Type |
---|
GridDragDropFlags |
Multiple
Allow dragging multiple selections.
Declaration
public const GridDragDropFlags Multiple
Field Value
Type |
---|
GridDragDropFlags |
NoAppendCols
If the user pastes (or drops) more columns than currently available, don't append as many columns as needed.
Declaration
public const GridDragDropFlags NoAppendCols
Field Value
Type |
---|
GridDragDropFlags |
NoAppendRows
If the user pastes (or drops) more rows than currently available, don't append as many rows as needed.
Declaration
public const GridDragDropFlags NoAppendRows
Field Value
Type |
---|
GridDragDropFlags |
OutlineAppendCols
By default if the user drags multiple columns to the right of the grid in an ole drag operation the outlined rectangle will be clipped at the right of the current available columns. If you specify this option the new columns will be outlined below the last visible column.
Declaration
public const GridDragDropFlags OutlineAppendCols
Field Value
Type |
---|
GridDragDropFlags |
OutlineAppendRows
By default if the user drags multiple rows to the bottom of the grid in an ole drag operation the outlined rectangle will be clipped at the bottom of the current available rows. If you specify this option the new rows will be outlined below the last visible row.
Declaration
public const GridDragDropFlags OutlineAppendRows
Field Value
Type |
---|
GridDragDropFlags |
RowHeader
Also copy / move row header cells.
Declaration
public const GridDragDropFlags RowHeader
Field Value
Type |
---|
GridDragDropFlags |
Styles
Force dragging of internal styles format.
Declaration
public const GridDragDropFlags Styles
Field Value
Type |
---|
GridDragDropFlags |
Text
Force dragging of CF_TEXT clipboard format.
Declaration
public const GridDragDropFlags Text
Field Value
Type |
---|
GridDragDropFlags |