Skip to main content

ShapefileDataAdapter.DefaultEncodingName Property

Gets or sets the encoding name, which should be used if a file does not contain encoding information.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public string DefaultEncodingName { get; set; }

Property Value

Type Description
String

A String object.

See Also