menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridDragDropFlags - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridDragDropFlags

    Drag-and-drop options used with EnableOleDropTarget

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    [Flags]
    public enum GridDragDropFlags

    Fields

    Name Description
    AutoScroll

    Enable autoscroll when user drags out of windows.

    CheckRangeDim

    Later ... Paste only: Display "Selected Range is Different"-Dialog.

    ColHeader

    Also copy / move column header cells.

    Compose

    When copying internal styles, compose the full style of the cell and do not copy only the cell specific attributes.

    Copy

    Copies the content

    Disabled

    Disable drop target.

    EdgeScroll

    Enable edgescroll when user drags to the corner of the window.

    Move

    Moves the content

    Multiple

    Allow dragging multiple selections.

    NoAppendCols

    If the user pastes (or drops) more columns than currently available, don't append as many columns as needed.

    NoAppendRows

    If the user pastes (or drops) more rows than currently available, don't append as many rows as needed.

    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.

    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.

    RowHeader

    Also copy / move row header cells.

    Styles

    Force dragging of internal styles format.

    Text

    Force dragging of CF_TEXT clipboard format.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved