Back to Devexpress

SchedulerViewBase.ShowMoreButtons Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-ec87a2fe.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ShowMoreButtons { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ShowMoreButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace