Click or drag to resize

CustomFieldDropDownList Property

Stores and retrieves a list of DropDownList items.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public List<CustomFieldDropDown> DropDownList { get; set; }

Property Value

Type: ListCustomFieldDropDown
A list of DropDown items.

Return Value

Type: ListCustomFieldDropDown
The DropDown items list.
Remarks