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

MoreButtonVisibility Enum

Lists values used to specify the More buttons visibility.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public enum MoreButtonVisibility

Members

Name Description
Auto

More buttons are shown when some appointments for the current time interval are not visible because of the SchedulerControl‘s size.

Always

More buttons are always visible.

Never

More buttons are always hidden.

Related API Members

The following properties accept/return MoreButtonVisibility values:

Remarks

The values listed by this enumeration are used by the SchedulerViewBase.MoreButtonsVisibility property.

See Also