Enumeration that determines the field that a List binds to

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

Syntax

C#
public enum ListBoundField
Visual Basic
Public Enumeration ListBoundField

Members

Member nameValueDescription
Id0
Value1
Text2

Remarks

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

See Also