SchedulerControl.SelectableIntervalViewInfo Attached Property
Gets or sets information on the visual element located under the hit test point, the resource and time interval associated with this element. This is an attached property.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
See GetSelectableIntervalViewInfo(DependencyObject) and SetSelectableIntervalViewInfo(DependencyObject, ISelectableIntervalViewInfo).
Returns
| Type | Description |
|---|---|
| DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo | An object which implements the DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo interface. |
See Also