DotNetNuke 5.2
Enumeration that determines the field that a List binds to

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public enum ListBoundField
Visual Basic (Declaration)
Public Enumeration ListBoundField
Visual C++
public enum class ListBoundField

Members

Member nameDescription
Id
Value
Text

Remarks

LabelMode is used by PropertyEditorControl to determine how the label is displayed.

See Also