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

LayerVisibleChangedEventArgs.Visible Property

Returns the specified value of the LayerBase.Visible property.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public bool Visible { get; }

Property Value

Type Description
Boolean

true if the layer is visible; otherwise false.

See Also