Share via


Sys.UI.DataView.itemPlaceholder Property

Gets or sets the DOM element or the ID of the DOM element next to which the DataView object renders the item template.

Note

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var a = MyDataView.get_itemPlaceHolder();
MyDataView.set_itemPlaceHolder(value)

Parameters

Parameter

Description

value

An element within the DataView object.

Return Value

An element within the DataView object.

See Also

Other Resources

Sys.UI.DataView Class

Language Reference