ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseField Class / AllowSizing Property

In This Topic
    AllowSizing Property
    In This Topic
    A value indicating whether the column can be sized.
    Syntax
    'Declaration
     
    Public Overridable Property AllowSizing As System.Boolean
    public virtual System.bool AllowSizing {get; set;}
    See Also