Suffix is Optional Text that appears after the Localized Label Text

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Suffix { get; set; }
Visual Basic
Public Property Suffix As String
	Get
	Set

Field Value

A string representing the Optional Text

Remarks