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

IClusterItemFactory Interface

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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