SchedulerViewInfoBase.GetMoreButtons() Method
Provides access to a collection of MoreButton elements in the current view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
IEnumerable<MoreButton> | A IEnumerable<T><MoreButton,> collection containing More Buttons. |
See Also