ASP.NET Core 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 System.Func(Of Object,Object)
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.Func(Of Object,Object)
     
    instance.ContentFunc = value
     
    value = instance.ContentFunc
    [C1Ignore()]
    public System.Func<object,object> ContentFunc {get; set;}
    public read-write property ContentFunc: System.Func; 
    C1IgnoreAttribute()
    public function get,set ContentFunc : System.Func
    [C1Ignore()]
    public: __property System.Func<Object*,Object*>* get_ContentFunc();
    public: __property void set_ContentFunc( 
       System.Func<Object*,Object*>* value
    );
    [C1Ignore()]
    public:
    property System.Func<Object^,Object^>^ ContentFunc {
       System.Func<Object^,Object^>^ get();
       void set (    System.Func<Object^,Object^>^ value);
    }
    See Also