C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1LinkTargetBase Class / DocumentAction Property

In This Topic
DocumentAction Property (C1LinkTargetBase)
In This Topic
Gets the C1DocumentAction object defining the action to execute when navigating by this link. Can be null, in this case C1LinkTargetBase does not change the current document.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DocumentAction As C1DocumentAction
 
See Also