←Select platform

Tag Property

Summary
Gets or sets user-defined data of the field.

Syntax
C#
C++/CLI
Java
Python
public object Tag { get; set; } 
public Object getTag(); 
public void setTag( 
   java.lang.Object object 
); 
public: 
property Object^ Tag { 
   Object^ get(); 
   void set (    Object^ ); 
} 
Tag # get and set (FormField) 

Property Value

The user-defined data in the field.

Remarks

The Tag should be serializable in order to be saved with the field: otherwise, it will not be saved.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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