Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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