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

SchedulerListEditor.Setup(CollectionSourceBase, XafApplication) Method

Performs additional initialization of the SchedulerListEditor.

Namespace: DevExpress.ExpressApp.Scheduler.Blazor.Editors

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

NuGet Package: DevExpress.ExpressApp.Scheduler.Blazor

Declaration

public override void Setup(
    CollectionSourceBase collectionSource,
    XafApplication application
)

Parameters

Name Type Description
collectionSource CollectionSourceBase

The collection source of the List View that the current List Editor displays in UI.

application XafApplication

An XafApplication object used to manage the current application.

Remarks

This method supports the internal XAF infrastructure and is not intended to be called from your code.

See Also