SchedulerObservableCollection(Int32) Constructor
Initializes a new instance of the SchedulerObservableCollection<T> class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public SchedulerObservableCollection(
int capacity
)
Parameters
| Name | Type |
|---|---|
| capacity | Int32 |
See Also