Localized text value of the list entry item. An attempt is made to look up the key "[ParentKey].[Value].Text" in the resource file
"App_GlobalResources/List_[ListName]". If not found the original (database) value is used.
Namespace: DotNetNuke.Common.ListsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public string Text { get; set; } |
| Visual Basic |
|---|
Public Property Text As String Get Set |