Class EditFormTemplateContextBase
Defines the context for the templates of the popup window.
Inheritance
System.Object
EditFormTemplateContextBase
Namespace: Telerik.Blazor.Components.Common
Assembly: Telerik.Blazor.dll
Syntax
public abstract class EditFormTemplateContextBase : Object
Constructors
EditFormTemplateContextBase()
Declaration
protected EditFormTemplateContextBase()
Properties
IsNew
Indicates whether the item is newly added.
Declaration
public bool IsNew { get; set; }
Property Value
System.Boolean
|
Item
The item that is currently in edit mode.
Declaration
public object Item { get; set; }
Property Value
System.Object
|