Skip to main content

SchedulerSettings.QueryWorkTime Property

Enables you to perform custom actions when the scheduler’s view calculates the work time interval for the specific resource.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public QueryWorkTimeEventHandler QueryWorkTime { get; set; }

Property Value

Type Description
QueryWorkTimeEventHandler

A method to which custom processing is delegated.

Remarks

Handle this event for a particular scheduler’s View to adjust the work time interval specified for each resource.

See Also