IModelListViewScheduler.VisibleResourcesCount Property
Specifies the count of resources shown at one time on a scheduler.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
[DefaultValue(5)]
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
int VisibleResourcesCount { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 5 | An integer value that specifies the count of resources shown at one time on a scheduler. |
Remarks
XAF uses property for the List Views that SchedulerListEditor displays.
Note
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