ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItem Class / Target Property

In This Topic
    Target Property (C1MenuItem)
    In This Topic
    Gets or sets the target window or frame in which to display the Web page content associated with a menu item when the menu item is clicked or the enter key is pressed.
    Syntax
    'Declaration
     
    Public Overridable Property Target As System.String
    public virtual System.string Target {get; set;}
    Remarks
    The default value is an empty string.
    See Also