menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemEventArgs<T> - API Reference

    Show / Hide Table of Contents

    Class ItemEventArgs<T>

    Interface for before list item render .

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

    .

    Constructors

    ItemEventArgs()

    Declaration
    public ItemEventArgs()

    Properties

    Element

    Defines the created LI element.

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

    The DOM element representing the LI element.

    IsDisabled

    Specifies whether to disable the current time value or not.

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

    true, if the current time value can be disabled. Otherwise, false.

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value,

    Text

    Defines the displayed text value in a popup list.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Value

    Defines the Date object of displayed text in a popup list.

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved