Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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
    public virtual C1DocumentAction DocumentAction {get;}
    See Also