ComponentOne ASP.NET MVC Controls
ContentFunc Property

C1.Web.Mvc Namespace > Popup Class : ContentFunc Property
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

Reference

Popup Class
Popup Members