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