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

PopoverActionBuilder

Methods

Click(System.String)

A handler function to be called when the action button is clicked

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Click(System.Func)

A handler function to be called when the action button is clicked

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

IconClass(System.String)

The CSS class that will be used to display the icon inside the button

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

IconClass(System.Func)

The CSS class that will be used to display the icon inside the button

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Text(System.String)

The text displayed in the action button

Parameters

value - System.String

The value for Text

In this article
Not finding the help you need?