←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly