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

ShpExportOptions.ExportToDbf Property

Gets or sets a value indicating whether attribute values be exported to a DBF file.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if attribute values should be exported, otherwise false.

See Also