Skip to main content
A newer version of this page is available. .

MapOverlayItemBase.Visible Property

Gets or sets the value indicating whether or not a overlay item is visible.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a map overlay is visible; otherwise false.

See Also