Gets or sets a value indicating whether or not the current RenderRichText will automatically format Uniform Resource Locators (URLs) when those are found in text assigned to the Rtf property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool DetectUrls { get; set; }
Visual Basic
Public Property DetectUrls As Boolean
	Get
	Set

See Also