MultiSelectSelectAllChangeEvent
Interface
Represents the object of the selectAllChange MultiSelect event.
Definition
Package:@progress/kendo-vue-dropdowns
Properties
allSelected
boolean
Indicates whether all items should be selected (true) or deselected (false).
defaultPrevented?
boolean
Indicates whether preventDefault() was called on this event.
event
any
A native DOM event.
target
any
An event target.
Methods
Call this method to skip the built-in select-all toggle and apply custom selection logic instead.