Skip to main content

ExtensionsFactory.SchedulerStatusInfo(SchedulerStatusInfoSettings) Method

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#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