Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default location within the DataView object where the item template is instantiated as a DOM element or DOM element ID.
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 = MyDataEventArgs.get_itemPlaceholder();
MyDataEventArgs.set_itemPlaceholder(value)
Parameters
Parameter |
Description |
|---|---|
value |
The default location in the DataView object where the item template is instantiated as a DOM element or DOM element ID. |
Return Value
The default location in the DataView object where the item template is instantiated as a DOM element or DOM element ID.