Indicates whether the DaySlot represents the current day.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public bool IsToday { get; private set; } |
| Visual Basic |
|---|
Public Property IsToday As Boolean Get Private Set |