Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool ShowMoreButtons { get; set; }

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