Share via


ComponentState.ParentComponentState Property

Definition

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

Property Value

Applies to