Skip to main content

ExtensionsFactory.SchedulerStatusInfo(Action<SchedulerStatusInfoSettings>) Method

Creates a SchedulerStatusInfo.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#Parameters

Name Type Description
method Action<SchedulerStatusInfoSettings>

A delegate method that accepts SchedulerStatusInfoSettings as a parameter.

#Returns

Type Description
SchedulerStatusInfoExtension

A SchedulerStatusInfoExtension object implementing the SchedulerStatusInfo functionality.

See Also