TopicIs Expanded Property
This is used to get or set whether or not the entity is expanded
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsExpanded { get; set; }VB
Public Property IsExpanded As Boolean
Get
SetC++
public:
property bool IsExpanded {
bool get ();
void set (bool value);
}F#
member IsExpanded : bool with get, setProperty Value
BooleanRemarks
Used by the editor for binding in the tree view. The value is serialized when saved so that
its state is remembered when reloaded.