alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class EventRenderedArgs<T>

    Provides the information about the rendering of events in the Scheduler.

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

    Specifies the TValue of schedule events.

    Constructors

    EventRenderedArgs()

    Declaration
    public EventRenderedArgs()

    Properties

    AppointmentType

    Gets the current AppointmentType, which can be either normal or block.

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

    A AppointmentType enumeration value indicating whether the current appointment type is normal or block.

    Attributes

    Gets or sets the custom attributes of the appointment element.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type
    Dictionary<string, object>

    Cancel

    Gets or sets whether the event rendering action should be canceled or not.

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

    true, if the event rendering action is canceled. Otherwise, false.

    CssClasses

    Gets or sets the custom classes to appointment element.

    Declaration
    public List<string> CssClasses { get; set; }
    Property Value
    Type Description
    List<string>

    A list of strings representing the custom classes to be added to the appointment element.

    Data

    Gets the event data that is currently being rendered.

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

    GroupIndex

    Gets the group index of the event that is currently being rendered.

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

    Accepts an integer value.

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