Back to Devexpress

MapItem.Visible Property

windowsforms-devexpress-dot-xtramap-dot-mapitem-9b278a27.md

latest1.0 KB
Original Source

MapItem.Visible Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display a map item; otherwise, false.

|

See Also

MapItem Class

MapItem Members

DevExpress.XtraMap Namespace