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

MapClusterer.DisplayNonClusteredItems Property

Gets or sets the value indicating whether or not the map items that can’t be clustered should be displayed.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public bool DisplayNonClusteredItems { get; set; }

Property Value

Type Description
Boolean

true if non-clustered items should be displayed, otherwise false;

See Also