alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PopupOpenEventArgs<T>

    Provides the information about the popup open action.

    Inheritance
    object
    PopupOpenEventArgs<T>
    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 PopupOpenEventArgs<T>
    Type Parameters
    Name Description
    T

    Specifies the type of schedule events.

    Constructors

    PopupOpenEventArgs()

    Declaration
    public PopupOpenEventArgs()

    Properties

    Cancel

    Gets or sets whether the popup open action of Scheduler should be canceled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the popup open action is canceled. Otherwise, false.

    Data

    Gets the cell or event data that is currently being opened.

    Declaration
    public T Data { get; set; }
    Property Value
    Type
    T

    DataCollection

    Gets the collection of events to be rendered in more event popup.

    Declaration
    public List<T> DataCollection { get; set; }
    Property Value
    Type
    List<T>

    Duration

    Gets or sets the time duration to be used in the editor window, which determines how the start and end time are displayed.

    Declaration
    public int Duration { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    Remarks

    By default, this will be based on the value of the Interval property in the ScheduleTimeScale tag directive.

    OverlapCollection

    Gets the overlapping data if AllowOverlap is false

    Declaration
    public List<T> OverlapCollection { get; set; }
    Property Value
    Type
    List<T>

    Type

    Gets the PopupType that is currently being opened.

    Declaration
    public PopupType Type { get; }
    Property Value
    Type Description
    PopupType

    A PopupType value representing the type of the currently opened popup.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved