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

In This Topic
    AddOnLabelPosition Property (UpcE1TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.UpcBase.AddOnLabelPosition. Sets where to render the addOn value of the control.
    Syntax
    'Declaration
     
    Public Overridable Property AddOnLabelPosition As LabelPosition
    public virtual LabelPosition AddOnLabelPosition {get; set;}
    See Also