AsyncReaderSource
Class
The class represents a source for reading of multiple shape-files.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class AsyncReaderSource : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectAsyncReaderSource
Implements:
Inherited Members
Constructors
C#
public AsyncReaderSource()
Fields
C#
public static readonly RadProperty DataSourceProperty
C#
public static readonly RadProperty SourceProperty
Properties
Gets or sets the uri of the data-file (dbf).
C#
public Uri DataSource { get; set; }