alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MoreEventsClickArgs

    Provides information about the actions on clicking the more event indicator.

    Inheritance
    object
    MoreEventsClickArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MoreEventsClickArgs

    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
    bool

    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
    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(int) method.

    Declaration
    public int GroupIndex { get; }
    Property Value
    Type Description
    int

    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
    bool

    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
    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
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public View ViewName { get; set; }
    Property Value
    Type
    View
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved