Class CellDetails
Specifies the cell details and its respective properties.
Inheritance
System.Object
CellDetails
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class CellDetails : Object
Constructors
CellDetails()
Declaration
public CellDetails()
Properties
CellID
Gets or sets the cell Id.
Declaration
public string CellID { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
ClassList
Gets or sets the current cell element CSS class list.
Declaration
public string ClassList { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
CurrentDate
Gets or sets the current date.
Declaration
public DateTime CurrentDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | System.DateTime |
Element
Gets or sets the element reference.
Declaration
public Nullable<ElementReference> Element { get; set; }
Property Value
Type |
---|
System.Nullable<Microsoft.AspNetCore.Components.ElementReference> |
EventArgs
Gets or sets the event arguments.
Declaration
public MouseEventArgs EventArgs { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.Web.MouseEventArgs | Microsoft.AspNetCore.Components.Web.MouseEventArgs |