Enumeration that determines the field that a List binds to
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public enum ListBoundField |
| Visual Basic |
|---|
Public Enumeration ListBoundField |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Id | 0 | ||
| Value | 1 | ||
| Text | 2 |
Remarks
LabelMode is used by PropertyEditorControl
to determine how the label is displayed.