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

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