Skip to main content

ASPxScheduler.SelectedResource Property

Gets the resource which contains the time interval currently selected in the scheduler’s active view.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public Resource SelectedResource { get; }

Property Value

Type Description
Resource

A Resource object which is the selected resource.

Remarks

If there is no grouping specified for the scheduler (ASPxScheduler.GroupType is equal to None), then the selected resource is set to an empty resource which can be identified by its ID, which is equal to the EmptyResourceId.Id value.

See Also