New to Telerik UI for ASP.NET MVC? Download free 30-day trial

WindowTitleSettingsBuilder

Defines the fluent API for configuring the Kendo Window Title settings

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"))
            )

In this article
Not finding the help you need?