WmsDataProvider.ActiveLayer Property
Returns the WMS layer that is currently displayed by the provider.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
WmsLayer | The currently displayed WMS layer. |
Remarks
This property allows you only to obtain parameters of the WMS layer. To specify the required layer, use the WmsDataProvider.ActiveLayerName property.
See Also