Skip to main content
.NET 6.0+

IModelListViewScheduler.VisibleResourcesCount Property

Specifies the count of resources shown at one time on a scheduler.

Namespace: DevExpress.ExpressApp.Scheduler

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

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

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