Class PopupObjectArgs
Inheritance
System.Object
PopupObjectArgs
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupObjectArgs : Object
Constructors
PopupObjectArgs()
Declaration
public PopupObjectArgs()
Properties
AppendTo
Gets or sets the node to which the popup element to be appended.
Declaration
public DOM AppendTo { get; set; }
Property Value
Type |
---|
DOM |
Cancel
Gets or sets whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Event
Specifies the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type |
---|
System.Object |
PreventDefault
Prevents the default action.
Declaration
public object PreventDefault { get; set; }
Property Value
Type |
---|
System.Object |