Class MoreEventsClickArgs
Provides information about the actions on clicking the more event indicator.
Inheritance
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class MoreEventsClickArgs : Object
Constructors
MoreEventsClickArgs()
Declaration
public MoreEventsClickArgs()
Properties
Cancel
Gets or sets whether the more event click action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EndTime
Gets the end time of the cell.
Declaration
public DateTime EndTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime | A DateTime value that represents the end time of the cell. |
GroupIndex
Gets the group index of the cell which helps to get the resource information associated with the cell using GetResourceByIndex(Int32) method.
Declaration
public int GroupIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |
IsPopupOpen
Gets or sets the whether to show/hide the more event popup.
Declaration
public bool IsPopupOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StartTime
Gets the start time of the cell.
Declaration
public DateTime StartTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime | A DateTime value that represents the start time of the cell. |
ViewName
Gets or sets whether to navigate to a specific view when the IsPopupOpen property is false
.
Declaration
public View ViewName { get; set; }
Property Value
Type |
---|
View |