Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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