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

In This Topic
    ContentFunc Property
    In This Topic
    Gets or sets the function which returns the popup content.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property ContentFunc As Func(Of Object,Object)
    [C1Ignore()]
    public Func<object,object> ContentFunc {get; set;}
    See Also