Skip to main content
All docs
V25.1
  • WmsCustomParameterCollection.Clear() Method

    Removes all custom parameters from the WmsCustomParameterCollection.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public void Clear()

    Remarks

    The following code clears the CustomParameters collection:

    <dxm:WmsDataProvider x:Name="WmsDataProvider1"
                          ServerUri="http://INSERT_YOUR_SERVER_URI"
                          ActiveLayerName="Layer_OSM"/>
    
    WmsDataProvider1.CustomParameters.Clear();
    
    See Also