ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / AllowResizing Property

In This Topic
    AllowResizing Property (TransposedGridRowBase)
    In This Topic
    Gets or sets a value that indicates whether the user can resize the row or column with the mouse.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property AllowResizing As Boolean
    [DefaultValue(true)]
    public virtual bool AllowResizing {get; set;}
    See Also