ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1BaseField Class / EnsurePxWidth Property

In This Topic
    EnsurePxWidth Property
    In This Topic
    Determines whether to use the Width option as the real width of the column.
    Syntax
    'Declaration
     
    Public Overridable Property EnsurePxWidth As System.Boolean
    public virtual System.bool EnsurePxWidth {get; set;}
    See Also