FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1LinkTargetPage Class / DocumentAction Property

In This Topic
    DocumentAction Property (C1LinkTargetPage)
    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 Overrides ReadOnly Property DocumentAction As C1DocumentAction
    public override C1DocumentAction DocumentAction {get;}
    See Also