SchedulerViewInfoBase.MoreButtons Property
Gets the collection of all More Buttons shown in the current scheduler view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MoreButtonCollection MoreButtons { get; }
Property Value
Type | Description |
---|---|
MoreButtonCollection | A MoreButtonCollection instance, that is the collection of MoreButton objects. |
See Also