Share via


ComponentState.LogicalParentComponentState Property

Definition

Gets the ComponentState of the logical parent component, or null if this is a root component.

public Microsoft.AspNetCore.Components.Rendering.ComponentState? LogicalParentComponentState { get; }
member this.LogicalParentComponentState : Microsoft.AspNetCore.Components.Rendering.ComponentState
Public ReadOnly Property LogicalParentComponentState As ComponentState

Property Value

Applies to