Back to Devexpress

MoreButtonCollection Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-32b8dbbc.md

latest1.3 KB
Original Source

MoreButtonCollection Class

A collection of MoreButton objects.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class MoreButtonCollection :
    DXCollection<MoreButton>
vb
Public Class MoreButtonCollection
    Inherits DXCollection(Of MoreButton)

Inheritance

Object DXCollectionBase<MoreButton> DXCollection<MoreButton> MoreButtonCollection

See Also

MoreButtonCollection Members

DevExpress.XtraScheduler.Drawing Namespace