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

IClusterer.SetOwner(IMapDataAdapter) Method

Specifies the owner object for a clusterer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

void SetOwner(
    IMapDataAdapter owner
)

Parameters

Name Type Description
owner IMapDataAdapter

An object of a class implementing the IMapDataAdapter interface.

See Also