MoreButtonCollection.AddRange(IEnumerable<MoreButton>) Method
Adds MoreButton items contained in the specified collection.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
moreButtons | IEnumerable<MoreButton> | A IEnumerable<T><MoreButton,> generic collection containing items to add. |
See Also