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

In This Topic
    IsRequired Property (PdfComboBox)
    In This Topic
    Gets or sets a value indicating whether the current PdfFieldBase represents a required field.
    Syntax
    'Declaration
     
    
    Public Property IsRequired As Boolean
    public bool IsRequired {get; set;}
    See Also