ILayout.prepareHeader method

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Called when a header is created by a renderer.

Syntax

iLayout.prepareHeader(element);

Parameters

  • element
    Type: HTMLElement

    The element that represents a header in the data source.

Return value

This method does not return a value.

Remarks

Use this method to apply layout-specific styling to the header.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout