ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property ContentFunc As Func(Of Object,Object)
    public Func<object,object> ContentFunc {get; set;}
    See Also