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

MapClustererBase.GroupProvider Property

Gets or sets the group provider used to separate an initial list of items into groups.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(null)]
public IClustererGroupProvider GroupProvider { get; set; }

Property Value

Type Default Description
IClustererGroupProvider *null*

A MapClustererGroupProviderBase class descendant object.

See Also