Class PopupOpenEventArgs<T>
A class that holds options to control the popup open action.
Inheritance
System.Object
PopupOpenEventArgs<T>
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupOpenEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | Specifies the TValue of schedule events. |
Constructors
PopupOpenEventArgs()
Declaration
public PopupOpenEventArgs()
Properties
Cancel
Defines the cancel option.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Data
Returns the cell or event data.
Declaration
public T Data { get; set; }
Property Value
Type | Description |
---|---|
T |
DataCollection
Returns a collection of events.
Declaration
public List<T> DataCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Duration
Allows to specify the time duration to be used on editor window,
based on which the start and end time fields will display the time values. By default, it
will be processed based on the interval
value within the timeScale
property.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Returns the type of the pop up which is currently being opted to open.
Declaration
public PopupType Type { get; set; }
Property Value
Type | Description |
---|---|
PopupType |