SchedulerViewBase.SelectedResource Property
In This Article
Gets the resource which contains the time interval currently selected in the scheduler control's active view by an end-user.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resource | A Resource object that specifies the selected resource. |
#Remarks
If there is no grouping specified for the scheduler control (SchedulerControl.GroupType is equal to None), then the selected resource will be set to Resource.Empty.
See Also