ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overrides Property AllowDragging As AllowDragging
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As AllowDragging
     
    instance.AllowDragging = value
     
    value = instance.AllowDragging
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public override AllowDragging AllowDragging {get; set;}
    public read-write property AllowDragging: AllowDragging; override; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public override function get,set AllowDragging : AllowDragging
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property AllowDragging get_AllowDragging() override;
    public: __property void set_AllowDragging( 
       AllowDragging value
    ) override;
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    property AllowDragging AllowDragging {
       AllowDragging get() override;
       void set (    AllowDragging value) override;
    }
    See Also