ComponentState.ParentComponentState 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 ComponentState of the parent component, or null if this is a root component.
public Microsoft.AspNetCore.Components.Rendering.ComponentState? ParentComponentState { get; }
member this.ParentComponentState : Microsoft.AspNetCore.Components.Rendering.ComponentState
Public ReadOnly Property ParentComponentState As ComponentState