Skip to main content

MapItem.Visible Property

Gets or sets a value indicating whether or not a map item should be displayed.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool Visible { get; set; }

#Property Value

Type Description
Boolean

true to display a map item; otherwise, false.

See Also