Displays the section as expanded on page load.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool Expanded { get; set; }
Public Property Expanded As Boolean
Get
Set
public:
property bool Expanded {
bool get ();
void set (bool value);
}
member Expanded : bool with get, set
Property Value
Type:
Boolean
See Also