ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Text Property

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