BlazorBootstrapComponentBaseIsRenderComplete Property

Determines if the element had been rendered for the first time (assigned true in OnAfterRenderAsync(Boolean)).
This is useful for Javascript interop, to ensure the element is rendered before attempting to interact with it.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
protected bool IsRenderComplete { get; }

Property Value

Boolean

See Also