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 |
|
See Also