IClusterItemFactory Interface
This interface should be implemented by classes which can be used as a cluster item factory.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Related API Members
The following members return IClusterItemFactory objects:
Remarks
This interface introduces the IClusterItemFactory.CreateClusterItem method creating an item representing a cluster.
See Also