Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
IClustererGroupProvider null

A MapClustererGroupProviderBase class descendant object.

See Also