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

DialogContentBase

Updated on Jun 25, 2026

Serves as the base class for a component provided as Dialog content through the content property. (See example).

ts
@Component({ ... })
export class UserInfoComponent extends DialogContentBase {
  constructor(public dialog: DialogRef) {
    super(dialog);
  }
}
NameTypeDefaultDescription

dialog

DialogRef

Constructors

DialogContentBase

(dialog: DialogRef)

Parameters

dialog

DialogRef

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