Back to Devexpress

IClusterItemFactory Interface

windowsforms-devexpress-dot-xtramap-a617f263.md

latest1.2 KB
Original Source

IClusterItemFactory Interface

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public interface IClusterItemFactory
vb
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

IClusterItemFactory Members

DevExpress.XtraMap Namespace