Skip to main content
All docs
V25.1
  • ASPxSchedulerStatusInfo Class

    Contains status info settings.

    Namespace: DevExpress.Web.ASPxScheduler.Controls

    Assembly: DevExpress.Web.ASPxScheduler.v25.1.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