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