Back to Devexpress

DayView.TimeScale Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dayview-b39439a3.md

latest1.8 KB
Original Source

DayView.TimeScale Property

Gets or sets the time interval for the time slots in the working area of a scheduler.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public TimeSpan TimeScale { get; set; }
vb
Public Property TimeScale As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value representing the time interval for time slots.

|

Remarks

Use the TimeScale property to specify the time interval, representing the amount by which the time scale displayed in the scheduling area increments. This property’s value applies to the time slots and time rulers.

When assigning a value to the TimeScale property, it is automatically recalculated so as to be equal to the nearest TimeSlot.Value set for one of the time slots contained within the DayView.TimeSlots collection.

See Also

DayView Class

DayView Members

DevExpress.Web.ASPxScheduler Namespace