IMapDataAdapter.Clusterer Property
In This Article
Gets or sets the clusterer used to clusterize map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
IClusterer Clusterer { get; set; }
#Property Value
Type | Description |
---|---|
IClusterer | An object of class implementing the IClusterer interface. |
See Also