ToolBarItemMenuButtonBuilder

Methods

HtmlAttributes(System.Collections.Generic.IDictionary)

Specifies the HTML attributes of a menu button.

Parameters

value - System.Collections.Generic.IDictionary<String,Object>

The value for HtmlAttributes

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

HtmlAttributes(System.Object)

Specifies the HTML attributes of a menu button.

Parameters

value - System.Object

The value for HtmlAttributes

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Enable(System.Boolean)

Specifies whether the menu button is initially enabled or disabled.

Parameters

value - System.Boolean

The value for Enable

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Hidden(System.Boolean)

Determines if a button is visible or hidden. By default buttons are visible.

Parameters

value - System.Boolean

The value for Hidden

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Hidden()

Determines if a button is visible or hidden. By default buttons are visible.

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Icon(System.String)

Sets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite.

Parameters

value - System.String

The value for Icon

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Id(System.String)

Specifies the ID of the menu buttons.

Parameters

value - System.String

The value for Id

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

ImageUrl(System.String)

If set, the ToolBar will render an image with the specified URL in the menu button.

Parameters

value - System.String

The value for ImageUrl

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

SpriteCssClass(System.String)

Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon.

Parameters

value - System.String

The value for SpriteCssClass

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Text(System.String)

Specifies the text of the menu buttons.

Parameters

value - System.String

The value for Text

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.

Url(System.String)

Specifies the url of the menu button to navigate to.

Parameters

value - System.String

The value for Url

RETURNS

Returns the current ToolBarItemMenuButtonBuilder instance.