RadControls for Silverlight

Gets or sets the external url that will be loaded over the Silverlight content.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public Uri SourceUrl { get; set; }
Visual Basic
Public Property SourceUrl As Uri
	Get
	Set

Remarks

If HtmlSource property is set, this property is ignored.

See Also