Show / Hide Table of Contents

Class IgbPopup

Inheritance
System.Object
BaseRendererControl
IgbPopup
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPopup : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbPopup()

Declaration
public IgbPopup()

Properties

ActualAmbientShadowColor

Gets or sets the color to use for the check mark when the checkbox is checked.

Declaration
public string ActualAmbientShadowColor { get; set; }
Property Value
Type Description
System.String

ActualElevation

Gets or sets the elevation of the border shadow

Declaration
public int ActualElevation { get; set; }
Property Value
Type Description
System.Int32

ActualPenumbraShadowColor

Gets or sets the color to use for the check mark when the checkbox is checked.

Declaration
public string ActualPenumbraShadowColor { get; set; }
Property Value
Type Description
System.String

ActualUmbraShadowColor

Gets or sets the color to use for the check mark when the checkbox is checked.

Declaration
public string ActualUmbraShadowColor { get; set; }
Property Value
Type Description
System.String

AnimationDuration

Gets or sets the duration of the Popup and Closeup animations in milliseconds.

Declaration
public int AnimationDuration { get; set; }
Property Value
Type Description
System.Int32

AnimationEnabled

Gets or sets whether the popup and closeup animations are animated.

Declaration
public bool AnimationEnabled { get; set; }
Property Value
Type Description
System.Boolean

AnimationType

Declaration
public PopupAnimationType AnimationType { get; set; }
Property Value
Type Description
PopupAnimationType

Background

Gets or sets the background color of the popup.

Declaration
public string Background { get; set; }
Property Value
Type Description
System.String

CornerRadius

Declaration
public double CornerRadius { get; set; }
Property Value
Type Description
System.Double

DisableHitTestDuringAnimation

Declaration
public bool DisableHitTestDuringAnimation { get; set; }
Property Value
Type Description
System.Boolean

Elevation

Gets or sets the elevation to use for the button regardless of type.

Declaration
public int Elevation { get; set; }
Property Value
Type Description
System.Int32

IsClosing

Declaration
public bool IsClosing { get; set; }
Property Value
Type Description
System.Boolean

IsFixed

Declaration
public bool IsFixed { get; set; }
Property Value
Type Description
System.Boolean

IsFocusable

Declaration
public bool IsFocusable { get; set; }
Property Value
Type Description
System.Boolean

IsHitTestVisible

Declaration
public bool IsHitTestVisible { get; set; }
Property Value
Type Description
System.Boolean

IsPointerEnabled

Declaration
public bool IsPointerEnabled { get; set; }
Property Value
Type Description
System.Boolean

IsShowing

Declaration
public bool IsShowing { get; set; }
Property Value
Type Description
System.Boolean

MeasuringContentSize

Declaration
public EventCallback<IgbPopupMeasuringContentSizeEventArgs> MeasuringContentSize { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbPopupMeasuringContentSizeEventArgs>

MeasuringContentSizeScript

Declaration
public string MeasuringContentSizeScript { get; set; }
Property Value
Type Description
System.String

OnClosed

Declaration
public EventCallback<IgbOnClosedEventArgs> OnClosed { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbOnClosedEventArgs>

OnClosedScript

Declaration
public string OnClosedScript { get; set; }
Property Value
Type Description
System.String

OnPopup

Declaration
public EventCallback<IgbOnPopupEventArgs> OnPopup { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbOnPopupEventArgs>

OnPopupScript

Declaration
public string OnPopupScript { get; set; }
Property Value
Type Description
System.String

PointerBackground

Declaration
public string PointerBackground { get; set; }
Property Value
Type Description
System.String

PointerPosition

Declaration
public PopupPointerPosition PointerPosition { get; set; }
Property Value
Type Description
PopupPointerPosition

PointerSize

Declaration
public double PointerSize { get; set; }
Property Value
Type Description
System.Double

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

UseTopLayer

Declaration
public bool UseTopLayer { get; set; }
Property Value
Type Description
System.Boolean

Methods

Close()

Declaration
public void Close()

CloseAsync()

Closes the popup.

Declaration
public Task CloseAsync()
Returns
Type Description
System.Threading.Tasks.Task

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

ExportSerializedVisualModel()

Declaration
public string ExportSerializedVisualModel()
Returns
Type Description
System.String

ExportSerializedVisualModelAsync()

Returns a serialized copy of the exported visual model

Declaration
public Task<string> ExportSerializedVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ExportVisualModel()

Declaration
public object ExportVisualModel()
Returns
Type Description
System.Object

ExportVisualModelAsync()

Exports visual information about the current state of the grid.

Declaration
public Task<object> ExportVisualModelAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

ShowRelativeToExclusionRect(Rect, PopupDirection, PopupAlignment)

Declaration
public void ShowRelativeToExclusionRect(Rect exclusionRect, PopupDirection popupDirection, PopupAlignment popupAlignment)
Parameters
Type Name Description
Rect exclusionRect
PopupDirection popupDirection
PopupAlignment popupAlignment

ShowRelativeToExclusionRectAsync(Rect, PopupDirection, PopupAlignment)

Declaration
public Task ShowRelativeToExclusionRectAsync(Rect exclusionRect, PopupDirection popupDirection, PopupAlignment popupAlignment)
Parameters
Type Name Description
Rect exclusionRect
PopupDirection popupDirection
PopupAlignment popupAlignment
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable