AmpAccordionExpandSingleSection Property |
Set this attribute on the amp-accordion to only allow one section to be expanded at a time.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool ExpandSingleSection { get; set; }
Public Property ExpandSingleSection As Boolean
Get
Set
public:
property bool ExpandSingleSection {
bool get ();
void set (bool value);
}
member ExpandSingleSection : bool with get, set
Property Value
Type:
Boolean
See Also