ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion Class / AllowExpandMany Property






In This Topic
    AllowExpandMany Property (Accordion)
    In This Topic
    Gets or sets a value that determines whether users should be allowed to expand multiple panes at a time.
    Syntax
    'Declaration
     
    
    Public Property AllowExpandMany As System.Boolean
    'Usage
     
    
    Dim instance As Accordion
    Dim value As System.Boolean
     
    instance.AllowExpandMany = value
     
    value = instance.AllowExpandMany
    public System.bool AllowExpandMany {get; set;}
    public read-write property AllowExpandMany: System.Boolean; 
    public function get,set AllowExpandMany : System.boolean
    public: __property System.bool get_AllowExpandMany();
    public: __property void set_AllowExpandMany( 
       System.bool value
    );
    public:
    property System.bool AllowExpandMany {
       System.bool get();
       void set (    System.bool value);
    }
    See Also