AmpAccordionDisableSessionStates Property |
Set this attribute on the amp-accordion to opt out of preserving the collapsed/expanded state of the accordion.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool DisableSessionStates { get; set; }
Public Property DisableSessionStates As Boolean
Get
Set
public:
property bool DisableSessionStates {
bool get ();
void set (bool value);
}
member DisableSessionStates : bool with get, set
Property Value
Type:
Boolean
See Also