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

SchedulerViewInfoBase.MoreButtons Property

Gets the collection of all More Buttons shown in the current scheduler view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
public MoreButtonCollection MoreButtons { get; }

Property Value

Type Description
MoreButtonCollection

A MoreButtonCollection instance, that is the collection of MoreButton objects.

See Also