Gets the DOM element that hosts this control.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type HTMLElement
var propValue = instance.element;
instance.element = propValue; |
Property Value
Type:
HTMLElement
See Also