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

ActionSheetItemBuilder

Methods

Click(System.String)

Specifies the click event handler of the item.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Click(System.Func)

Specifies the click event handler of the item.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Description(System.String)

Specifies the description of the item.

Parameters

value - System.String

The value for Description

Disabled(System.Boolean)

If set to true, the item will be disabled.

Parameters

value - System.Boolean

The value for Disabled

Group(System.String)

Specifies the group of the item. Items can be segregated in two groups - top and bottom.

Parameters

value - System.String

The value for Group

Icon(System.String)

Specifies the icon's name of the item.

Parameters

value - System.String

The value for Icon

IconClass(System.String)

Specifies the icon's class of the item.

Parameters

value - System.String

The value for IconClass

IconColor(System.String)

The icon color. Available options are inherit, default, primary, secondary, tertiary, info, success, warning, error, dark, light, inverted or any hexadecimal value.

Parameters

value - System.String

The value for IconColor

IconSize(System.Double)

The icon size in pixels.

Parameters

value - System.Double

The value for IconSize

Text(System.String)

Specifies the main text of the item

Parameters

value - System.String

The value for Text

In this article
Not finding the help you need?