ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Gs1DataBarExpandedStackedTagHelper Class / AutoWidth Property

In This Topic
    AutoWidth Property (Gs1DataBarExpandedStackedTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gs1DataBarExpandedStacked.AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length.
    Syntax
    'Declaration
     
    Public Overridable Property AutoWidth As Boolean
    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