SchedulerControl.GetSelectableIntervalViewInfo(DependencyObject) Method
Gets the value of the SchedulerControl.SelectableIntervalViewInfo attached property for the specified object.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public static ISelectableIntervalViewInfo GetSelectableIntervalViewInfo(
DependencyObject element
)
Public Shared Function GetSelectableIntervalViewInfo(
element As DependencyObject
) As ISelectableIntervalViewInfo
Parameters
| Name | Type | Description |
|---|---|---|
| element | DependencyObject | The DependencyObject element from which the attached property value is read. |
Returns
| Type | Description |
|---|---|
| DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo | The object which implements the DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo interface. |
See Also