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

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