Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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 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