Skip to main content
All docs
V24.2

AzureTrafficIncidentOptions.ExpandCluster Property

Specifies whether to list all traffic incidents in a cluster separately.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

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

Property Value

Type Default Description
Boolean false

‘true’ to list all traffic incidents in a cluster separately; otherwise, false

See Also