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

In This Topic
    AutoWidth Property (Interleaved2of5)
    In This Topic
    Gets or 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