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

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