WindowTitleSettingsBuilder
Methods
Enabled(System.Boolean)
Enables or disables the title.
Parameters
enable - System.Boolean
Example
@( Html.Kendo().Window()
.Name("Window")
.Title(x => x.Enabled(false))
)
Encoded(System.Boolean)
Enables or disables the encoding of the title.
Parameters
encoded - System.Boolean
Example
"))
)
Text(System.String)
Sets the text of the title
Parameters
text - System.String
Example
@( Html.Kendo().Window()
.Name("Window")
.Title(x => x.Text("test"))
)