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






In This Topic
    Content Property (AccordionPane)
    In This Topic
    Gets or sets the selector string to determine AccordionPane's content element.
    Syntax
    'Declaration
     
    
    Public Property Content As System.String
    'Usage
     
    
    Dim instance As AccordionPane
    Dim value As System.String
     
    instance.Content = value
     
    value = instance.Content
    public System.string Content {get; set;}
    public read-write property Content: System.String; 
    public function get,set Content : System.String
    public: __property System.string* get_Content();
    public: __property void set_Content( 
       System.string* value
    );
    public:
    property System.String^ Content {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also