Accusoft.FormDirector3.Net - Updated August 4, 2020
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
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