DotNetNuke 5.2
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
Enumeration that determines the field that a List binds to
Namespace:
DotNetNuke.UI.WebControlsAssembly: 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 name | Description | |
|---|---|---|
| Id | ||
| Value | ||
| Text |
Remarks
LabelMode is used by PropertyEditorControl
to determine how the label is displayed.