ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / Width Property

In This Topic
    Width Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.Width. Sets the width of the control.
    Syntax
    'Declaration
     
    Public Property Width As String
    public string Width {get; set;}
    See Also