Show / Hide Table of Contents

Class OverlayItemsControl

Holds the overlays in a MapView

Inheritance
object
DependencyObject
OverlayItemsControl
Implements
IWinRTObject
IDynamicInterfaceCastable
IEquatable<DependencyObject>
DependencyObject.FromAbi(nint)
DependencyObject.Equals(DependencyObject)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetAnimationBaseValue(DependencyProperty)
DependencyObject.RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)
DependencyObject.UnregisterPropertyChangedCallback(DependencyProperty, long)
DependencyObject.Dispatcher
DependencyObject.DispatcherQueue
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.dll
Syntax
[ContentProperty(Name = "Items")]
public sealed class OverlayItemsControl : DependencyObject, IWinRTObject, IDynamicInterfaceCastable, IEquatable<DependencyObject>

Constructors

Name Description
OverlayItemsControl()

Initializes a new instance of the OverlayItemsControl class.

Fields

Name Description
ItemTemplateProperty

Identifies the ItemTemplate dependency property.

ItemsSourceProperty

Identifies the ItemsSource dependency property.

Properties

Name Description
ItemTemplate

Gets or sets the DataTemplate used to display each item.

Items

Gets the collection used to generate the content of the control.

ItemsSource

Gets or sets a collection used to generate the content of the OverlayItemsControl.

See Also

Overlays

Applies to

TargetVersions
.NET Windows100.13 - 300.0
In this article
Provide feedback
Back to top Copyright © 2025 Esri.