Skip to main content

ShapefileReader.DbfFileDataReader Property

Specifies the data reader capable of reading data from the dbf file.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataReader DbfFileDataReader { get; protected set; }

Property Value

Type Description
DataReader

A Windows.Storage.Streams.DataReader object.

See Also