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 |
|
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 |
---|
T |