A newer version of this page is available.
CapabilitiesResponsedEventArgs.Layers Property
Returns a collection of available layers supported by a Web Map Service.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public WmsLayerCollection Layers { get; }
Public ReadOnly Property Layers As WmsLayerCollection
Property Value
Type | Description |
---|---|
WmsLayerCollection | A collection of WmsLayer objects. |
See Also
Feedback