ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListViewInputItem Class / Text Property

In This Topic
    Text Property (C1ListViewInputItem)
    In This Topic
    Sets or gets the text of item
    Syntax
    'Declaration
     
    Public Overrides Property Text As System.String
    public override System.string Text {get; set;}
    See Also