SchedulerListEditor.Setup(CollectionSourceBase, XafApplication) Method
Performs additional initialization of the SchedulerListEditor.
Namespace: DevExpress.ExpressApp.Scheduler.Blazor.Editors
Assembly: DevExpress.ExpressApp.Scheduler.Blazor.v24.1.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.
Implements
See Also