Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / DragDropMode Property


In This Topic
    DragDropMode Property
    In This Topic
    Gets or sets the drag and drop mode in which user can drag and drop.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Behavior")>
    Public Property DragDropMode As DragDropMode
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As DragDropMode
     
    instance.DragDropMode = value
     
    value = instance.DragDropMode
    [Bindable(true)]
    [Category("Behavior")]
    public DragDropMode DragDropMode {get; set;}

    Property Value

    The DragDropMode value represents the drag and drop mode.
    See Also