Skip to main content

DxSchedulerDateTimeRange.Contains(DxSchedulerDateTimeRange) Method

Determines whether the current range contains the specified range.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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

true if the current range contains the specified range; otherwise, false.

See Also