Back to Devexpress

SchedulerViewBase.SelectedResource Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-65cc8851.md

latest1.7 KB
Original Source

SchedulerViewBase.SelectedResource Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public Resource SelectedResource { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedResource As Resource

Property Value

TypeDescription
Resource

A Resource object which is the selected resource.

|

Remarks

If there is no grouping specified for the scheduler (SchedulerControl.GroupType is equal to SchedulerGroupType.None), then the selected resource will be set to ResourceEmpty.Resource value.

See Also

SelectedInterval

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace