Class
EditFormTemplateContextBase

Defines the context for the templates of the popup window.

Definition

Namespace:Telerik.Blazor.Components.Common

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class EditFormTemplateContextBase

Inheritance: objectEditFormTemplateContextBase

Derived Classes: GanttPopupEditFormTemplateContextGridPopupEditFormTemplateContextTreeListPopupEditFormTemplateContext

Constructors

EditFormTemplateContextBase()

Declaration

cs-api-definition
protected EditFormTemplateContextBase()

Properties

IsNew

Indicates whether the item is newly added.

Declaration

cs-api-definition
public bool IsNew { get; set; }

Property Value

bool

Item

The item that is currently in edit mode.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object