DxSchedulerDateTimeRangeCollection(Int32) Constructor
Initializes a new instance of the DxSchedulerDateTimeRangeCollection class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerDateTimeRangeCollection(
int capacity
)
Parameters
Name | Type | Description |
---|---|---|
capacity | Int32 | The number of elements in the collection. |
See Also