Skip to main content
All docs
V25.1
  • AzureTrafficIncidentOptions.ExpandCluster Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    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