Skip to main content

SchedulerViewBase.FirstVisibleResourceIndex Property

Gets or sets the index of a resource in the collection of visible resources, which is displayed first within the current scheduler view.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public int FirstVisibleResourceIndex { get; set; }

Property Value

Type Description
Int32

An integer value which represents the index of the first visible resource.

See Also