Skip to main content
All docs
V23.2

SchedulerViewBase.ShowNumbersInMoreButtons Property

Gets or sets whether More buttons should display the number of appointments outside the currently visible area.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true if More buttons should display the number of appointments outside the currently visible area. false if buttons should display only up/down chevron images.

Remarks

In versions prior to v21.1, you could enable the ShowMoreButtonsOnEachColumn property to draw “More” buttons inside Day, Work Week and Full Week View columns. Otherwise, if this property was disabled, a single “More” button was shown.

In v21.1 and newer, the default value of the ShowMoreButtonsOnEachColumn is true and each column shows its own “More” button. Additionally, these individual buttons now display the number of appointments that are outside the visible region.

New More buttons

You can disable the ShowNumbersInMoreButtons property to hide numbers. In this case, column buttons show only up or down chevron images.

See Also