ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid 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