AllowCollapseAll Property (Accordion)
In This Topic
Gets or sets a value that determines whether users should be allowed to collapse all the items.
Syntax
'Declaration
Public Property AllowCollapseAll As System.Boolean
'Usage
Dim instance As Accordion
Dim value As System.Boolean
instance.AllowCollapseAll = value
value = instance.AllowCollapseAll
public System.bool AllowCollapseAll {get; set;}
public read-write property AllowCollapseAll: System.Boolean;
public function get,set AllowCollapseAll : System.boolean
public: __property System.bool get_AllowCollapseAll();
public: __property void set_AllowCollapseAll(
System.bool value
);
public:
property System.bool AllowCollapseAll {
System.bool get();
void set ( System.bool value);
}
See Also