ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / Content Property

In This Topic
    Content Property (Popup)
    In This Topic
    Gets or sets the popup content.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Content As String
    [C1Ignore()]
    public string Content {get; set;}
    See Also