Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupModel

    Show / Hide Table of Contents

    Class PopupModel

    Provides data for the PopupModel.

    Inheritance
    System.Object
    PopupModel
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PopupModel : Object

    Constructors

    PopupModel()

    Declaration
    public PopupModel()

    Properties

    Collision

    Specifies the collision handler settings of the component.

    Declaration
    public CollisionAxis Collision { get; set; }
    Property Value
    Type Description
    CollisionAxis

    OffsetX

    specifies the popup element offset-x value, respective to the relative element.

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

    OffsetY

    specifies the popup element offset-y value, respective to the relative element.

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

    Position

    Specifies the popup element position, respective to the relative element.

    Declaration
    public PositionDataModel Position { get; set; }
    Property Value
    Type Description
    PositionDataModel

    RelateTo

    Specifies the element selector for relative container element of the popup element .Based on the relative element, popup element will be positioned.

    Declaration
    public ElementReference RelateTo { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    TargetType

    Specifies the relative element type of the component.

    Declaration
    public TargetType TargetType { get; set; }
    Property Value
    Type Description
    TargetType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved