Kendo.Mvc.UI.Fluent.PopoverActionBuilder
Defines the fluent API for configuring PopoverAction
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<System.Object,System.Object>)
A handler function to be called when the action button is clicked
Parameters
handler System.Func<System.Object,System.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<System.Object,System.Object>)
The CSS class that will be used to display the icon inside the button
Parameters
handler System.Func<System.Object,System.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