Class PopupObjectArgs
Defines the argument for the Open and Close event.
Inheritance
System.Object
PopupObjectArgs
Implements
System.IEquatable<PopupObjectArgs>
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupObjectArgs : Object, IEquatable<PopupObjectArgs>
Constructors
PopupObjectArgs()
Declaration
public PopupObjectArgs()
Properties
AppendTo
Specifies the node to which the popup element to be appended.
Declaration
public DOM AppendTo { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Cancel
Illustrates whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Event
Specifies the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
PreventDefault
Prevents the default action
Declaration
public object PreventDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Equals(PopupObjectArgs)
Declaration
public bool Equals(PopupObjectArgs popupObjectArgs)
Parameters
Type | Name | Description |
---|---|---|
PopupObjectArgs | popupObjectArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>