Skip to main content

WmsDataProvider.CustomParameters Property

Returns a collection of custom parameters of a WMS request.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public WmsCustomParameterCollection CustomParameters { get; }

Property Value

Type Description
WmsCustomParameterCollection

An WmsCustomParameterCollection object, containing parameter key-value pairs.

See Also