New to Kendo UI for Angular? Start a free 30-day trial
DrawerSelectEvent
Defines the arguments for the select
event of the Drawer.
Name | Type | Default | Description |
---|---|---|---|
index |
|
Defines the index of the selected item in the | |
item |
|
Defines the selected Drawer item. | |
originalEvent |
|
Defines the DOM event that triggered the selection. | |
sender |
|
Defines the Drawer that triggered the event. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |