[]
        
(Showing Draft Content)

C1.Blazor.Calendar.CalendarDaySlotInfo

CalendarDaySlotInfo Class

Contains info about day slots.

Inheritance
CalendarDaySlotInfo
Namespace: C1.Blazor.Calendar
Assembly: C1.Blazor.Calendar.dll
Syntax
public class CalendarDaySlotInfo : CalendarSlotInfo

Properties

Name Description
Date

Gets or sets the date associated with this slot.

IsAdjacent

Gets or sets a value indicating whether the day is adjacent.

IsBolded

Gets or sets a value indicating whether the day is bold.

IsSelected

Check the date associated with this slot is selected or not.

IsToday

Check the date associated with this slot is today or not.

Methods

Name Description
Equals(object)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

See Also