Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CanUserDragDrop Property


In This Topic
    CanUserDragDrop Property (SheetView)
    In This Topic
    Gets or sets whether to allow users to drag and drop a range.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanUserDragDrop As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.CanUserDragDrop = value
     
    value = instance.CanUserDragDrop
    [DefaultValue(true)]
    public bool CanUserDragDrop {get; set;}
    See Also