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.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected bool IsRenderComplete { get; }
Property Value
Boolean