Table of Contents

Property Document

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Document

Document Property, returns the current XmlDocument that this data source is using, if set the Source property is cleared and any inline xml data is discarded

public XmlDocument Document { get; set; }

Property Value

XmlDocument

Remarks

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