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

In This Topic
    Text Property (InputNumber)
    In This Topic
    Gets or sets the text shown in the control.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also