SchedulerSettings.QueryWorkTime Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public QueryWorkTimeEventHandler QueryWorkTime { get; set; }
#Property Value
Type | Description |
---|---|
Query |
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