DXObservableCollection(Int32) Constructor
Initializes a new instance of the DXObservableCollection<T> class with specified settings.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public DXObservableCollection(
int capacity
)
Parameters
Name | Type | Description |
---|---|---|
capacity | Int32 | The total number of items the internal data structure can store without resizing. |
See Also