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

MoreButtonCollection Class

A collection of MoreButton objects.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public class MoreButtonCollection :
    DXCollection<MoreButton>

The following members return MoreButtonCollection objects:

Remarks

An instance of the MoreButtonCollection class is accessible using the SchedulerViewInfoBase.MoreButtons property.

Inheritance

See Also