New to Telerik UI for BlazorStart a free 30-day trial

Defines the context for the templates of the popup window.

Definition

Namespace:Telerik.Blazor.Components.Common

Assembly:Telerik.Blazor.dll

Syntax:

C#
public abstract class EditFormTemplateContextBase

Inheritance: objectEditFormTemplateContextBase

Derived Classes: GanttPopupEditFormTemplateContextGridPopupEditFormTemplateContextTreeListPopupEditFormTemplateContext

Constructors

C#
protected EditFormTemplateContextBase()

Properties

Indicates whether the item is newly added.

C#
public bool IsNew { get; set; }

The item that is currently in edit mode.

C#
public object Item { get; set; }