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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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