InputBase<TValue>.EditContext Property

Definition

Gets the associated EditContext. This property is uninitialized if the input does not have a parent EditForm.

protected:
 property Microsoft::AspNetCore::Components::Forms::EditContext ^ EditContext { Microsoft::AspNetCore::Components::Forms::EditContext ^ get(); void set(Microsoft::AspNetCore::Components::Forms::EditContext ^ value); };
protected Microsoft.AspNetCore.Components.Forms.EditContext EditContext { get; set; }
member this.EditContext : Microsoft.AspNetCore.Components.Forms.EditContext with get, set
Protected Property EditContext As EditContext

Property Value

Applies to