WmsCustomParameterCollection.Clear() Method
Removes all custom parameters from the WmsCustomParameterCollection.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v21.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Remarks
The following code clears the CustomParameters collection:
<dxm:WmsDataProvider x:Name="WmsDataProvider1"
ServerUri="http://INSERT_YOUR_SERVER_URI"
ActiveLayerName="Layer_OSM"/>
See Also