Skip to main content

MonthViewCellViewModel.ShowDownMoreButton Property

Gets or sets whether the Show More button is visible in the cell.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool ShowDownMoreButton { get; set; }

Property Value

Type Description
Boolean

true, if the Show More button is visible in the cell, otherwise false.

See Also