Click or drag to resize
UniSelectorGetItemName Method
Returns item display name based on DisplayNameFormat.

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

Parameters

dr
Type: System.DataDataRow
Source data row

Return Value

Type: String
See Also