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

In This Topic
    DefaultValue Property (PdfComboListBase)
    In This Topic
    Gets or sets the default value of the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Overrides Property DefaultValue As Object
    public override object DefaultValue {get; set;}
    See Also