A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
[Browsable(false)]
public Resource SelectedResource { get; }
<Browsable(False)>
Public ReadOnly Property SelectedResource As Resource
Property Value
Type | Description |
---|---|
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
Feedback