Skip to main content

IClusterItemFactory Interface

This interface should be implemented by classes which can be used as a cluster item factory.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public interface IClusterItemFactory

The following members return IClusterItemFactory objects:

Remarks

This interface introduces the IClusterItemFactory.CreateClusterItem method creating an item representing a cluster.

See Also