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

SchedulerViewBase.MoreButtonsVisibility Property

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public MoreButtonVisibility MoreButtonsVisibility { get; set; }

Property Value

Type
MoreButtonVisibility

Available values:

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.

See Also