IResourceNavigationService.FirstVisibleResourceIndex Property
Gets or sets the visible index of the first resourse currently displayed on-screen.
Namespace: DevExpress.XtraScheduler.Services
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer, specifying the resource index. |
Remarks
Resources are visible to end-users if the SchedulerControl.GroupType property is set to the Resource value.
The maximum number of resources simultaneously displayed on screen depends on the IResourceNavigationService.ResourcePerPage property value. You can use the FirstVisibleResourceIndex property to scroll the Scheduler View to the specific resource.
See Also