SchedulerViewBase.ShowMoreButtons Property
Gets or sets a value which specifies if the More buttons should be shown in the current View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the ‘More’ buttons should be shown; otherwise, false. |
Remarks
‘More’ buttons can be shown in any of the scheduler’s views when some of the appointments data for the currently selected time interval isn’t visible because of the size of the SchedulerControl. Use this property to show or hide the ‘More’ buttons.
See Also