Skip to main content

ASPxSchedulerStatusInfo Class

Contains status info settings.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v24.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" />
See Also