New to Kendo UI for AngularStart a free 30-day trial

Arguments for the click event of a dial item (see example).

Definition

Package:@progress/kendo-angular-buttons

Syntax:

TS
function onDialItemClick(event: DialItemClickEvent): void {
    console.log(event.item, event.index);
}

Properties

index

number

The index of the clicked dial item in the dialItems collection.

item

any

The clicked dial item.

In this article
DefinitionPropertiesindexitem
Not finding the help you need?
Contact Support