Class PopupEventArgs
Defines the argument for the Open and Close event.
Inheritance
System.Object
PopupEventArgs
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupEventArgs : Object
Constructors
PopupEventArgs()
Declaration
public PopupEventArgs()
Properties
AppendTo
Specifies the node to which the popup element to be appended.
Declaration
public DOM AppendTo { get; set; }
Property Value
Type | Description |
---|---|
DOM | A DOM node that will be used as the parent node for the popup element. |
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 | The original event arguments for the current event. |
Name
Specifies the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |