PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfComboBox Class / DefaultText Property

In This Topic
    DefaultText Property (PdfComboBox)
    In This Topic
    Gets or sets the default text value of the current combo or list.
    Syntax
    'Declaration
     
    
    Public Overridable Property DefaultText As String
    public virtual string DefaultText {get; set;}
    See Also