ExtensionsFactory.SchedulerStatusInfo(SchedulerStatusInfoSettings) Method
Creates a SchedulerStatusInfoSettings.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.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