PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfComboListBase Class / Text Property

In This Topic
    Text Property (PdfComboListBase)
    In This Topic
    Gets or sets the text value of the current combo or list.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also