ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / C1.WPF.PdfViewer Namespace / FormFieldGroup Class / FieldControls Property

In This Topic
    FieldControls Property
    In This Topic
    Gets the related control collection of the field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldControls As List(Of Control)
    public List<Control> FieldControls {get;}
    See Also