Show / Hide Table of Contents

Enum GroupVisibilityMode

Specifies the visibility modes on a GroupLayer.

Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GroupVisibilityMode

Fields

Name Description
Exclusive

Only one child is visible at a time.

When one child is made visible, all other children should be made not visible. In a table of contents, the children should be displayed with radio buttons.

Independent

Each child manages its visibility independent of the parent group.

Toggling the parent's visibility should not change the child's visibility. In a table of contents, the children might be displayed with check boxes to change their visibility.

Inherited

Each child inherits the visibility of its parent group.

The visibility of children should match that of the parent. In a table of contents, the children might be displayed with checkboxes whose values are bound to the parent or disabled. Alternatively, the children may be hidden from the table of contents since they effectively operate as a single layer.

Applies to

TargetVersions
.NET Standard 2.0100.9 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.9 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.9 - 100.12
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 100.15
In This Article
Back to top Copyright © 2022 Esri.