DxSchedulerTimeSpanRange.IsZero Property
Specifies whether the interval is empty.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool IsZero { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The time interval is empty if the Start and End values are set to Zero.
See Also