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

In This Topic
    AllowDragging Property (FlexSheet)
    In This Topic
    Gets or sets whether users are allowed to drag rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    Public Overrides Property AllowDragging As AllowDragging
    public override AllowDragging AllowDragging {get; set;}
    See Also