Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EventRenderedArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EventRenderedArgs<T>

    A class that holds options to control the events (appointments) rendering in Scheduler.

    Inheritance
    System.Object
    EventRenderedArgs<T>
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EventRenderedArgs<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    EventRenderedArgs()

    Declaration
    public EventRenderedArgs()

    Properties

    AppointmentType

    Returns the current AppointmentType.

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

    Attributes

    Applies the custom attributes to element

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Cancel

    Defines the cancel option.

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

    CssClasses

    Applies the custom classes to element

    Declaration
    public List<string> CssClasses { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Data

    Returns the event data.

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

    Element

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    ElementReference

    Gets the target element.

    Declaration
    public ElementReference ElementReference { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    GroupIndex

    Returns the group index of the clone element.

    Declaration
    public int GroupIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved