Specifies the count of resources shown at one time on a scheduler.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v18.2.dll
[ModelBrowsable(typeof(ModelListViewSchedulerVisibilityCalculator))]
int VisibleResourcesCount { get; set; }
<ModelBrowsable(GetType(ModelListViewSchedulerVisibilityCalculator))>
Property VisibleResourcesCount As Integer
Type | Default | Description |
---|---|---|
Int32 | 5 |
An integer value specifying the count of resources shown at one time on a scheduler. |
This property is considered for the List Views displayed by the SchedulerListEditor or ASPxSchedulerListEditor.