Class ListAttribute
Inheritance
System.Object
ListAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class ListAttribute : Attribute
Constructors
| Improve this Doc View SourceListAttribute(String, String, ListBoundField, ListBoundField)
Initializes a new instance of the ListAttribute class.
Declaration
public ListAttribute(string listName, string parentKey, ListBoundField valueField, ListBoundField textField)
Parameters
Type | Name | Description |
---|---|---|
System.String | listName | The name of the List to use for this property. |
System.String | parentKey | The key of the parent for this List. |
ListBoundField | valueField | Value Field. |
ListBoundField | textField | Text Field. |
Properties
| Improve this Doc View SourceListName
Declaration
public string ListName { get; }
Property Value
Type | Description |
---|---|
System.String |
ParentKey
Declaration
public string ParentKey { get; }
Property Value
Type | Description |
---|---|
System.String |
TextField
Declaration
public ListBoundField TextField { get; }
Property Value
Type | Description |
---|---|
ListBoundField |
ValueField
Declaration
public ListBoundField ValueField { get; }
Property Value
Type | Description |
---|---|
ListBoundField |