Skip to main content

MonthViewCellViewModel.ShowDownMoreButton Property

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.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