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