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

WmsCustomParameterCollection.Remove(String) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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