InputBase<TValue>.EditContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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