ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppView Class / DefaultContent Property

In This Topic
    DefaultContent Property
    In This Topic
    Gets or sets the default content displays in the appview control.
    Syntax
    'Declaration
     
    Public Property DefaultContent As System.Web.UI.WebControls.PlaceHolder
    public System.Web.UI.WebControls.PlaceHolder DefaultContent {get; set;}
    See Also