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

ExtensionsFactory.SchedulerStatusInfo(SchedulerStatusInfoSettings) Method

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public SchedulerStatusInfoExtension SchedulerStatusInfo(
    SchedulerStatusInfoSettings settings
)

Parameters

Name Type Description
settings SchedulerStatusInfoSettings

A SchedulerStatusInfoSettings object containing SchedulerStatusInfo specific settings.

Returns

Type Description
SchedulerStatusInfoExtension

A SchedulerStatusInfoExtension object implementing the SchedulerStatusInfo functionality.

See Also