ASP.NET 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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overrides Property AllowResizing As AllowResizing
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public override AllowResizing AllowResizing {get; set;}
    See Also