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

WmsLayer.Children Property

Returns a collection of layers embedded into a WMS layer.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public WmsLayerCollection Children { get; }

Property Value

Type Description
WmsLayerCollection

A collection of WmsLayer objects.

See Also