Skip to main content

SchedulerStatusInfoSettings.Priority Property

Gets or sets the priority of a Status Info element. Only an element with the maximum priority is displayed on a page.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int Priority { get; set; }

Property Value

Type Description
Int32

A positive integer. Default Scheduler status info has a priority of 0.

Remarks

Default Scheduler status info will not be displayed if a page displays status info with a priority higher than zero.

See Also