Gets or sets a value indicating whether the Folder is expanded.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public bool Expanded { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Expanded As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if the Folder is expanded; otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also