Back to Devexpress

DxSchedulerDayViewBase.TimeScale Property

blazor-devexpress-dot-blazor-dot-base-dot-dxschedulerdayviewbase-0214755b.md

latest1.3 KB
Original Source

DxSchedulerDayViewBase.TimeScale Property

Specifies the appointment slot time interval.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public TimeSpan TimeScale { get; set; }

Property Value

TypeDescription
TimeSpan

Specifies the time interval of an appointment slot.

|

Remarks

Use this property to specify the time interval of an appointment slot. In this example, TimeScale is set to 30 minutes.

razor
<DxScheduler StartDate="@DateTime.Today" DataStorage="@DataStorage">
    <DxSchedulerDayView TimeScale="@(new TimeSpan(0,30,0))"></DxSchedulerDayView>
</DxScheduler>

Online Demo

Scheduler — View Types

See Also

DxSchedulerDayViewBase Class

DxSchedulerDayViewBase Members

DevExpress.Blazor.Base Namespace