A newer version of this page is available.
Switch to the current version.
MapItem.Visible Property
Gets or sets a value indicating whether or not a map item should be displayed.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(true)]
public bool Visible { get; set; }
<DefaultValue(True)>
Public Property Visible As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to display a map item; otherwise, false. |
Implements
DevExpress.XtraMap.Drawing.IRenderItem.Visible
DevExpress.Map.Native.IMapItemCore.Visible
See Also
Feedback