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

InformationDataProviderBase.GenerateLayerItems Property

Gets or sets a value indicating whether or not it is necessary to automatically generate items for this layer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

[DefaultValue(true)]
public bool GenerateLayerItems { get; set; }

Property Value

Type Default Description
Boolean true

true to generate layer items; otherwise, false.

See Also