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

SchedulerViewInfoBase.GetMoreButtons() Method

Provides access to a collection of MoreButton elements in the current view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public IEnumerable<MoreButton> GetMoreButtons()

Returns

Type Description
IEnumerable<MoreButton>

A IEnumerable<T><MoreButton,> collection containing More Buttons.

See Also