GridToolBarGroupCommandBuilder

Methods

ClearButton(System.Boolean)

Show a clear all sorts or clear all filters button. Only applicable for Group and Filter tools.

Parameters

value - System.Boolean

The value indicating if the Clear Button should be rendered.

RETURNS

Returns the current GridToolBarGroupCommandBuilder instance for method chaining.

Text(System.String)

Sets the text displayed in the button.

Parameters

text - System.String

The text which should be displayed

RETURNS

The current instance of the builder.

IconClass(System.String)

The class for the web font icon of the button.

Parameters

iconClass - System.String

The class for the web font icon of the button

RETURNS

The current instance of the builder.

HtmlAttributes(System.Object)

Sets the HTML attributes.

Parameters

attributes - System.Object

The HTML attributes.

RETURNS

The current instance of the builder.

HtmlAttributes(System.Collections.Generic.IDictionary)

Sets the HTML attributes.

Parameters

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

The HTML attributes.

RETURNS

The current instance of the builder.