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

ASPxSchedulerStatusInfo Class

Contains status info settings.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v21.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerStatusInfo :
    ASPxWebControl

Remarks

Use the ASPxSchedulerStatusInfo to indicate errors and invalid values on the appointment form.

<dx:ASPxSchedulerStatusInfo runat="server" ID="schedulerStatusInfo1" Priority="1" MasterControlId="ASPxScheduler1" />

Inheritance

See Also