IModelListViewScheduler.VisibleResourcesCount Property
Specifies the count of resources shown at one time on a scheduler.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 5 | An integer value that specifies the count of resources shown at one time on a scheduler. |
Remarks
Use this property for the List Views displayed by the SchedulerListEditor or ASPxSchedulerListEditor.
SchedulerListEditor for ASP.NET Core Blazor does not use this property. To save and restore resources selected at runtime, it uses the IModelListViewSchedulerBlazor.VisibleResourceIds property (not available in the Model Editor).
See Also