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

In This Topic
    FieldControls Property (FormFieldGroup)
    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