Inheritance

object
Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable
  • IDisposable

constructor

public IgbPopup()

Returns IgbPopup

Inherited from: BaseRendererControl

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Height { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Width { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public string Class { get; set; }

Inherited from: BaseRendererControl

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> AdditionalAttributes { get; set; }

Inherited from: BaseRendererControl

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererControl

Gets or sets how events are bubbled up from JavaScript to Blazor.

[Parameter]
public ControlEventBehavior EventBehavior { get; set; }

Inherited from: BaseRendererControl

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererControl

Gets or sets what type of date conversion to make when round tripping dates.

[Parameter]
public RoundTripDateConversion RoundTripDateConversion { get; set; }

Inherited from: BaseRendererControl

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererControl

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererControl

protected virtual string DirectRenderElementName { get; }

Inherited from: BaseRendererControl

protected virtual bool NeedsDynamicContent { get; }

Inherited from: BaseRendererControl

protected virtual bool UseCamelEnumValues { get; }

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

[Parameter]
public string ActualAmbientShadowColor { get; set; }

Gets or sets the elevation of the border shadow

[Parameter]
public int ActualElevation { get; set; }

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

[Parameter]
public string ActualPenumbraShadowColor { get; set; }

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

[Parameter]
public string ActualUmbraShadowColor { get; set; }

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

[Parameter]
public int AnimationDuration { get; set; }

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

[Parameter]
public bool AnimationEnabled { get; set; }

Gets or sets the type of animation to use when the popup opens and closes.

[Parameter]
public PopupAnimationType AnimationType { get; set; }

Gets or sets the background color of the popup.

[Parameter]
public string Background { get; set; }
[Parameter]
public double CornerRadius { get; set; }

Gets the components default event behavior.

protected override ControlEventBehavior DefaultEventBehavior { get; }

Gets or sets whether to disable hit testing during the open and close animations.

[Parameter]
public bool DisableHitTestDuringAnimation { get; set; }

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

[Parameter]
public int Elevation { get; set; }

Gets whether the popup is in the middle of closing or not.

[Parameter]
public bool IsClosing { get; set; }

Indicates that the popup will position itself relative to the window instead of the document.

[Parameter]
public bool IsFixed { get; set; }
[Parameter]
public bool IsFocusable { get; set; }

Gets or sets whether to disable hit testing on the popup.

[Parameter]
public bool IsHitTestVisible { get; set; }

Gets or sets whether to show a pointer off the side of the popup towards the popup target.

[Parameter]
public bool IsPointerEnabled { get; set; }

Gets whether the popup is in the middle of opening or not.

[Parameter]
public bool IsShowing { get; set; }

Gets or sets the pointer background color.

[Parameter]
public string PointerBackground { get; set; }

Gets or sets the pointer position.

[Parameter]
public PopupPointerPosition PointerPosition { get; set; }

Gets or sets the pointer size.

[Parameter]
public double PointerSize { get; set; }
public override string Type { get; }

Indicates that the popup will place itself into the browser top layer.

[Parameter]
public bool UseTopLayer { get; set; }

Inherited from: BaseRendererControl

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererControl

protected string _cachedSerializedContent

Inherited from: BaseRendererControl

Resolves the components event behavior if Auto is selected.

protected ControlEventBehavior ResolveEventBehavior()

Returns any

Inherited from: BaseRendererControl

protected virtual string ResolveDisplay()

Returns any

Inherited from: BaseRendererControl

protected string ToSpinal(string value)

Parameters

  • value: string

Returns any

Inherited from: BaseRendererControl

protected virtual string TransformSimpleKey(string key)

Parameters

  • key: string

Returns any

Inherited from: BaseRendererControl

protected virtual bool IsTransformedEnumValue(string key)

Parameters

  • key: string

Returns any

TransformPotentialEnumValue(string, object)

Section titled "TransformPotentialEnumValue(string, object)"

Inherited from: BaseRendererControl

protected virtual object TransformPotentialEnumValue(string key, object value)

Parameters

  • key: string
  • value: object

Returns any

Inherited from: BaseRendererControl

protected virtual SequenceInfo BuildSequenceInfo(int startSequence)

Parameters

  • startSequence: int

Returns any

Inherited from: BaseRendererControl

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

Inherited from: BaseRendererControl

protected Type TemplateContentType(string templateId)

Parameters

  • templateId: string

Returns any

Inherited from: BaseRendererControl

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

  • firstRender: bool

Returns any

Inherited from: BaseRendererControl

public Task EnsureReady()

Returns any

Inherited from: BaseRendererControl

protected void MarkPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Inherited from: BaseRendererControl

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererControl

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererControl

public string Serialize()

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererControl

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererControl

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererControl

Prevents data change notifications from be propagated to the component.

public void SuspendNotifications(object dataSource)

Parameters

  • dataSource: object

Returns any

Inherited from: BaseRendererControl

Resumes data change notifications.

public void ResumeNotifications(object dataSource, bool notify = true)

Parameters

  • dataSource: object
  • notify: bool

Returns any

NotifyInsertItem(object, int, object)

Section titled "NotifyInsertItem(object, int, object)"

Inherited from: BaseRendererControl

public void NotifyInsertItem(object dataSource, int index, object refItem)

Parameters

  • dataSource: object
  • index: int
  • refItem: object

Returns any

NotifyRemoveItem(object, int, object)

Section titled "NotifyRemoveItem(object, int, object)"

Inherited from: BaseRendererControl

public void NotifyRemoveItem(object dataSource, int index, object oldItem)

Parameters

  • dataSource: object
  • index: int
  • oldItem: object

Returns any

Inherited from: BaseRendererControl

public void NotifyClearItems(object dataSource)

Parameters

  • dataSource: object

Returns any

NotifySetItem(object, int, object, object)

Section titled "NotifySetItem(object, int, object, object)"

Inherited from: BaseRendererControl

public void NotifySetItem(object dataSource, int index, object oldItem, object newItem)

Parameters

  • dataSource: object
  • index: int
  • oldItem: object
  • newItem: object

Returns any

NotifyUpdateItem(object, int, object, bool)

Section titled "NotifyUpdateItem(object, int, object, bool)"

Inherited from: BaseRendererControl

public void NotifyUpdateItem(object dataSource, int index, object refItem, bool syncDataOnly = false)

Parameters

  • dataSource: object
  • index: int
  • refItem: object
  • syncDataOnly: bool

Returns any

Inherited from: BaseRendererControl

public void OnRefChanged(string refName, object refValue)

Parameters

  • refName: string
  • refValue: object

Returns any

Inherited from: BaseRendererControl

public void OnInvokeReturn(long invokeId, object returnValue)

Parameters

  • invokeId: long
  • returnValue: object

Returns any

Inherited from: BaseRendererControl

protected string Camelize(string value)

Parameters

  • value: string

Returns any

Inherited from: BaseRendererControl

protected string ToPascal(string value)

Parameters

  • value: string

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererControl

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

Inherited from: BaseRendererControl

protected virtual void Dispose(bool disposing)

Parameters

  • disposing: bool

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererControl

public Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererControl

public Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

SetPropertyValue(object, PropertyInfo, JsonElement)

Section titled "SetPropertyValue(object, PropertyInfo, JsonElement)"

Inherited from: BaseRendererControl

protected void SetPropertyValue(object item, PropertyInfo property, JsonElement jsonElement)

Parameters

  • item: object
  • property: PropertyInfo
  • jsonElement: JsonElement

Returns any

SetPropertyValue(object, PropertyInfo, object)

Section titled "SetPropertyValue(object, PropertyInfo, object)"

Inherited from: BaseRendererControl

protected void SetPropertyValue(object item, PropertyInfo property, object value)

Parameters

  • item: object
  • property: PropertyInfo
  • value: object

Returns any

Inherited from: BaseRendererControl

public void Dispose()

Returns any

public void Close()

Returns any

Closes the popup.

public Task CloseAsync()

Returns any

protected override void EnsureModulesLoaded()

Returns any

public string ExportSerializedVisualModel()

Returns any

Returns a serialized copy of the exported visual model

public Task<string> ExportSerializedVisualModelAsync()

Returns any

public object ExportVisualModel()

Returns any

Exports visual information about the current state of the grid.

public Task<object> ExportVisualModelAsync()

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

ShowRelativeToExclusionRect(Rect, PopupDirection, PopupAlignment)

Section titled "ShowRelativeToExclusionRect(Rect, PopupDirection, PopupAlignment)"
public void ShowRelativeToExclusionRect(Rect exclusionRect, PopupDirection popupDirection, PopupAlignment popupAlignment)

Parameters

  • exclusionRect: Rect
  • popupDirection: PopupDirection
  • popupAlignment: PopupAlignment

Returns any

ShowRelativeToExclusionRectAsync(Rect, PopupDirection, PopupAlignment)

Section titled "ShowRelativeToExclusionRectAsync(Rect, PopupDirection, PopupAlignment)"
public Task ShowRelativeToExclusionRectAsync(Rect exclusionRect, PopupDirection popupDirection, PopupAlignment popupAlignment)

Parameters

  • exclusionRect: Rect
  • popupDirection: PopupDirection
  • popupAlignment: PopupAlignment

Returns any

[Parameter]
public EventCallback<IgbPopupMeasuringContentSizeEventArgs> MeasuringContentSize { get; set; }
[Parameter]
public EventCallback<IgbOnClosedEventArgs> OnClosed { get; set; }
[Parameter]
public EventCallback<IgbOnPopupEventArgs> OnPopup { get; set; }
[Parameter]
public string MeasuringContentSizeScript { get; set; }
[Parameter]
public string OnClosedScript { get; set; }
[Parameter]
public string OnPopupScript { get; set; }