A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
[DefaultValue(true)]
public bool GenerateLayerItems { get; set; }
<DefaultValue(True)>
Public Property GenerateLayerItems As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to generate layer items; otherwise, false. |
See Also
Feedback