DxSchedulerTimeSpanRange.IsZero Property
In This Article
Specifies whether the interval is empty.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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