WmsCustomParameterCollection.Item[String] Property
Returns the custom parameter value from WmsCustomParameterCollection by its key.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A String value specifying a custom parameter key. |
Property Value
Type | Description |
---|---|
String | A String object specifying a custom parameter value. |
See Also