DxSchedulerDateTimeRange.Contains(DxSchedulerDateTimeRange) Method
Determines whether the current range contains the specified range.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool Contains(
DxSchedulerDateTimeRange x
)
Parameters
Name | Type | Description |
---|---|---|
x | DxSchedulerDateTimeRange | The range to be checked. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also