Skip to main content

ExtensionsFactory.SchedulerStatusInfo(Action<SchedulerStatusInfoSettings>) Method

Creates a SchedulerStatusInfo.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SchedulerStatusInfoExtension SchedulerStatusInfo(
    Action<SchedulerStatusInfoSettings> method
)

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