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

ActionSheetActionButtonBuilder

Methods

Click(System.String)

Specifies the click event handler of the action button.

Parameters

value - System.String

The value that configures the click.

Disabled(System.Boolean)

If set to true, the action button will be disabled.

Parameters

value - System.Boolean

The value that configures the disabled.

FillMode(System.String)

Controls how the color is applied to the button. Valid values are: "solid", "outline", "flat", "link", and "none". Default value is "solid".

Parameters

value - System.String

The value that configures the fillmode.

Icon(System.String)

Specifies the icon's name of the action button.

Parameters

value - System.String

The value that configures the icon.

IconClass(System.String)

Specifies the icon's class of the action button.

Parameters

value - System.String

The value that configures the iconclass.

Rounded(System.String)

Controls what border radius is applied to a button. Valid values are: "small", "medium", "large", "full", and "none". Default value is "medium".

Parameters

value - System.String

The value that configures the rounded.

Size(System.String)

Controls the overall physical size of a button. Valid values are: "small", "medium", "large", and "none". Default value is "medium".

Parameters

value - System.String

The value that configures the size.

Text(System.String)

Specifies the text of the action button.

Parameters

value - System.String

The value that configures the text.

ThemeColor(System.String)

Controls the main color applied to the button. Valid values are: "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse", and "none". Default value is "base".

Parameters

value - System.String

The value that configures the themecolor.

In this article
Not finding the help you need?