Click or drag to resize
UniSelectorNewListItem Method (DataRow)
Creates a new list item based on the given DataRow.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected ListItem NewListItem(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow

Return Value

Type: ListItem
See Also