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