MonthViewCellViewModel.IsFirstDayOfYear Property
Returns whether the cell represents the first day of the year.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool IsFirstDayOfYear { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also