Skip to main content

MonthViewCellViewModel.IsFirstDayOfMonth Property

Returns whether the cell represents the first day of the month.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsFirstDayOfMonth { get; }

Property Value

Type Description
Boolean

true, if the cell represents the first day of the month, otherwise, false.

See Also