SchedulerViewBase.SelectedResource Property
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
[Browsable(false)]
public Resource SelectedResource { get; }
<Browsable(False)>
Public ReadOnly Property SelectedResource As Resource
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