ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarExpandedStacked Class / AutoWidth Property

In This Topic
    AutoWidth Property (Gs1DataBarExpandedStacked)
    In This Topic
    Gets or sets a value indicating whether the control width should automatically change along with the Value length.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(True)>
    Public Overridable Property AutoWidth As Boolean
    [Json(1)]
    [DefaultValue(true)]
    public virtual bool AutoWidth {get; set;}
    Remarks
    If you set this property value to false, you should ensure that the control has some reasonable *CSS width*
    See Also