Skip to content

PopupOverlay

Namespace: ThinkGeo.UI.Blazor

public class PopupOverlay : Overlay, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → OverlayPopupOverlay
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

PopupSource

Gets or sets a collection used to generate the content of the Popup.

public IEnumerable PopupSource { get; set; }

Property Value

IEnumerable

PopupSetting

Defines how to render each item from PopupSource.

public RenderFragment<object> PopupSetting { get; set; }

Property Value

RenderFragment<Object>

Id

Gets or sets Id.

public string Id { get; set; }

Property Value

String

IsVisible

Indicating whether the overlay is visible or not. Defaults to true.

public bool IsVisible { get; set; }

Property Value

Boolean

Constructors

PopupOverlay()

public PopupOverlay()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnInitialized()

protected void OnInitialized()