Version

HyperlinkNode Class Properties

For a list of all members of this type, see HyperlinkNode members.

Public Properties
 NameDescription
Public PropertyChildNodesGets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyCustomAttributesUsed to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyDocumentGets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyEscapeUriSpecifies whether the value of the Uri property is escaped when the document is serialized. This property defaults to true.  
Public PropertyHasChildNodesReturns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyHasCustomAttributesReturns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIdGets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIsFollowedIndicates whether this link has been followed.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyParentGets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyTooltipGets or sets the tooltip to be displayed for this hyperlink.  
Public PropertyTooltipResolvedGets the resolved tooltip to be displayed for this hyperlink.  
Public PropertyTrackHistorySpecifies whether keep track of whether the link has been visited when the link is activated by the user. Default value is True.  
Public PropertyTypeOverridden. Gets the value indicating the type of node the instance represents.  
Public PropertyUriGets or sets link target web address or uri.  
See Also