ISelectionRange.firstKey property

Gets or sets the key of the first item in the range.

Syntax

var firstKey = iSelectionRange.firstKey;
iSelectionRange.firstKey = firstKey;

Property value

Type: Object

The key of the first item in the range.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ISelectionRange