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

ShpExportOptions.ExportToShx Property

Gets or sets the value that indicates whether the Map Control should export a vector data index to a *.shx file.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the index should be exported; otherwise false.

See Also