Table of Contents

Property Source

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Source

Source property, indicated the Uri of the source Xml data file, if this property is set, then any inline xml data is discarded.

public Uri Source { get; set; }

Property Value

Uri

Remarks

Setting this property will implicitly cause this DataProvider to refresh. When changing multiple refresh-causing properties, the use of DeferRefresh() is recommended.