Skip to main content

MapClustererBase.DisplayNonClusteredItems Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(false)]
public bool DisplayNonClusteredItems { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also