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 dialog's title.
Syntax
<div
data-win-control="WinJS.UI.ContentDialog"
data-win-options="{ title : value}">
</div>
var title = contentDialog.title;
contentDialog.title = title;
Property value
Type: String**
The text of the dialog's title.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |