Share via


ILayoutSite.surface property

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use a the ILayoutSite2 interface. Gets the ListView control's surface element (its win-surface element).

Syntax

var surface = iLayoutSite.surface;

Property value

Type: HTMLElement

The ListView control's surface element (its win-surface element).

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayoutSite