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. This is a dependency property.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public bool ExportToShx { get; set; }

Property Value

Type Description
Boolean

true if the index should be exported; otherwise false.

See Also