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

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.v19.2.dll

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