Skip to main content

LayerVisibleChangedEventArgs.Visible Property

Returns the specified value of the LayerBase.Visible property.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.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