Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ASPxSchedulerListEditor Class

Represents the Scheduling List Editor used in the XAF ASP.NET Web Forms applications.

Namespace: DevExpress.ExpressApp.Scheduler.Web

Assembly: DevExpress.ExpressApp.Scheduler.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Web

Declaration

public class ASPxSchedulerListEditor :
    SchedulerListEditorBase,
    ITestable,
    ISupportModelSaving,
    ISupportInplaceEdit

Remarks

List Editors are used by List Views to display object collections in a UI. The ASPxSchedulerListEditor is implemented in the Scheduler module, and is designed to present and manage scheduling information:

SchedulerListEditor_Web

To display object collections, the ASPxSchedulerControl is used as the underlying control. The ASPxSchedulerControl is a descendant of the ASPxScheduler class.

The ASPxSchedulerListEditor supports a range of features out of the box:

The ASPxSchedulerListEditor is targeted for objects that implement the IEvent interface from the Business Class Library.

For a thorough explanation of how to work with the ASPxSchedulerListEditor, refer to the Scheduler Module topic.

Note

ASPxSchedulerListEditor supports only Client and DataView modes (CollectionSourceBase.DataAccessMode).

Tip

Due to the XAF core specificity, it is not allowed to create objects directly from a nested List View of a Many-to-Many related object. This limitation becomes significant for the Scheduler when you try to edit an occurrence of series through a Scheduler Control of a Resource (assuming the Resource Detail View is invoked through an Event Detail View and the occurrence was not previously edited). Information about an exception from a recurrent event is stored in a separate IEvent object so a new object is created when you click the “Edit” menu item for the first time. The internal code of the SchedulerListEditor uses the NewObjectViewController.NewObjectAction to create a new object. This action is hidden from the UI in the circumstances described above.

Inheritance

See Also