Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

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