FormFix v6.0 for .NET - Updated
OtherDataItems Property (Field)



Accusoft.FormDirectorSdk Namespace > Field Class : OtherDataItems Property
A set of miscellaneous data for a field.
Syntax
'Declaration
 
Public ReadOnly Property OtherDataItems As DataItemCollection
'Usage
 
Dim instance As Field
Dim value As DataItemCollection
 
value = instance.OtherDataItems
public DataItemCollection OtherDataItems {get;}
public:
property DataItemCollection^ OtherDataItems {
   DataItemCollection^ get();
}
Remarks

Other Accusoft components may use this property as a storage area for data that it derives from your definition of a field. If you wish, you can also store your own private data in this property.

Changing this property will cause the HasChanged property to change to true.

Default value: A list containing no items.

See Also

Reference

Field Class
Field Members

Is this page helpful?
Yes No
Thanks for your feedback.