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