ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / StatusText Property

In This Topic
    StatusText Property (RenderInputBase)
    In This Topic
    Gets or sets the text that appears in the status line of the preview control when the current control has focus.
    Syntax
    'Declaration
     
    Public Property StatusText As System.String
    public System.string StatusText {get; set;}
    See Also