menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MoreEventsClickArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MoreEventsClickArgs

    Provides information about 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

    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

    true, if the more event click action is canceled. Otherwise, false.

    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

    true, if the more event popup is shown. Otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved