PopoverActionFactory

Methods

Add()

Adds an item to the collection

RETURNS

Returns a PopoverActionBuilder with the available configuration options.

Example

Razor
 
            @(Html.Kendo().Popover()
                    .For("#calendar")
                    .Filter("td a")
                    .Position(PopoverPosition.Right)
                    .ShowOn(PopoverShowOn.Click)
                    .Actions(action => action.Add())
            )
             
In this article
MethodsAdd()
Not finding the help you need?
Contact Support