Skip to main content

WmsCustomParameterCollection.Remove(String) Method

Removes a custom parameter value from the collection by its key.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Remove(
    string key
)

Parameters

Name Type Description
key String

A String value specifying a custom parameter key.

See Also