Expanded Property (TocPanel)
In This Topic
Gets or sets a value that indicates whether the TocPanel is expanded.
Syntax
'Declaration
Public Property Expanded As Boolean
public bool Expanded {get; set;}
Property Value
true
if expanded; otherwise,
false
.
See Also