←Select platform

Fields Property

Summary

A List<FormField> object that contains the fields of a form page.

Syntax
C#
VB
C++
public List<FormField> Fields { get; } 
Public ReadOnly Property Fields() As List(Of FormField) 
   Get 
public:  
   property List<FormField^>^ Fields 
   { 
      List<FormField^>^ get() 
   } 

Property Value

A List<FormField> object.

Remarks A List<FormField> object that contains the fields of a form page.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.