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 |
---|
CollisionAxis |
OffsetX
specifies the popup element offset-x value, respective to the relative element.
Declaration
public int OffsetX { get; set; }
Property Value
Type |
---|
System.Int32 |
OffsetY
specifies the popup element offset-y value, respective to the relative element.
Declaration
public int OffsetY { get; set; }
Property Value
Type |
---|
System.Int32 |
Position
Specifies the popup element position, respective to the relative element.
Declaration
public PositionDataModel Position { get; set; }
Property Value
Type |
---|
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 |
---|
Microsoft.AspNetCore.Components.ElementReference |
TargetType
Specifies the relative element type of the component.
Declaration
public TargetType TargetType { get; set; }
Property Value
Type |
---|
TargetType |