<kendo:taskBoard-columnSettings-button>

Defines the list of buttons rendered in the column.

Example

<kendo:taskBoard-columnSettings-buttons>
    <kendo:taskBoard-columnSettings-button></kendo:taskBoard-columnSettings-button>
</kendo:taskBoard-columnSettings-buttons>

Configuration Attributes

command java.lang.String

The command of the button.

Example

<kendo:taskBoard-columnSettings-button command="command">
</kendo:taskBoard-columnSettings-button>

icon java.lang.String

The icon of the button.

Example

<kendo:taskBoard-columnSettings-button icon="icon">
</kendo:taskBoard-columnSettings-button>

name java.lang.String

The name of the button.

Example

<kendo:taskBoard-columnSettings-button name="name">
</kendo:taskBoard-columnSettings-button>

options java.lang.String

The command options of the button.

Example

<kendo:taskBoard-columnSettings-button options="options">
</kendo:taskBoard-columnSettings-button>

spriteCssClass java.lang.String

The class name of the icon element.

Example

<kendo:taskBoard-columnSettings-button spriteCssClass="spriteCssClass">
</kendo:taskBoard-columnSettings-button>

text java.lang.String

The text of the button.

Example

<kendo:taskBoard-columnSettings-button text="text">
</kendo:taskBoard-columnSettings-button>
In this article
Not finding the help you need?