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






In This Topic
    AllowResizing Property (FlexSheet)
    In This Topic
    Gets or sets whether users are allowed to resize rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overrides Property AllowResizing As AllowResizing
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As AllowResizing
     
    instance.AllowResizing = value
     
    value = instance.AllowResizing
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public override AllowResizing AllowResizing {get; set;}
    public read-write property AllowResizing: AllowResizing; override; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public override function get,set AllowResizing : AllowResizing
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property AllowResizing get_AllowResizing() override;
    public: __property void set_AllowResizing( 
       AllowResizing value
    ) override;
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    property AllowResizing AllowResizing {
       AllowResizing get() override;
       void set (    AllowResizing value) override;
    }
    See Also