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

Arguments for the resize event. The resize event fires when you change any item size through the UI. You can prevent this event to stop the resize operation.

Definition

Package:@progress/kendo-angular-layout

Methods

Returns true if you or any subscriber prevented the default action.

Returns:

boolean

true if the default action was prevented, otherwise, false.

Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.

Properties

The TileLayoutItem being resized

The TileLayoutItem collection

The new colSpan of the resized item

The new rowSpan of the resized item

The initial colSpan of the resized item

The initial rowSpan of the resized item