Class MoreEventsClickArgs
A class that holds options to control the actions on clicking the more event indicator.
Inheritance
System.Object
MoreEventsClickArgs
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class MoreEventsClickArgs : Object
Constructors
MoreEventsClickArgs()
Declaration
public MoreEventsClickArgs()
Properties
Cancel
Defines the cancel option.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndTime
Returns the end time of the cell.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GroupIndex
Returns the group index of the cell.
Declaration
public int GroupIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsPopupOpen
Defines the option to show/hide the popup.
Declaration
public bool IsPopupOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartTime
Returns the start time of the cell.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ViewName
Defines the option to navigate the particular view
Declaration
public View ViewName { get; set; }
Property Value
Type | Description |
---|---|
View |