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



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

Other Accusoft components, notably FormFix, will use this property as a storage area for data that they derive from your definition of a form set and the forms it contains. 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.

If you create a new derived class from this class to manage I/O to a format different from that supported by FormSetFile, you must save this property.

Default value: A list containing no items.

See Also

Reference

FormSet Class
FormSet Members

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