Skip to main content

MonthViewCellViewModel.IsFirstDayOfYear Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsFirstDayOfYear { get; }

Property Value

Type Description
Boolean

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

See Also