SchedulerViewBase.ShowMoreButtons Property
Gets or sets a value which specifies if the 'More' buttons should be shown in the current view.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the 'More' buttons should be shown; otherwise, false. |
Remarks
'More' buttons can be shown in any of the scheduler control's views when there are appointments that are not visible for the current time interval, because of the SchedulerControl's size. Use the ShowMoreButtons property to show or hide the 'More' buttons.
See Also