MoreButtonVisibility Enum
In This Article
Lists values used to specify the More buttons visibility.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Members
Name | Description |
---|---|
Auto
|
More buttons are shown when some appointments for the current time interval are not visible because of the Scheduler |
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