ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / EnableDragDrop Property

In This Topic
    EnableDragDrop Property
    In This Topic
    Gets or sets the value to indicates whether enable drag and drop rows or columns in FlexSheet.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property EnableDragDrop As Boolean
    [DefaultValue(true)]
    public bool EnableDragDrop {get; set;}
    See Also