SchedulerControl.GetSelectableIntervalViewInfo(DependencyObject) Method
In This Article
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
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The Dependency |
#Returns
Type | Description |
---|---|
DevExpress. |
The object which implements the DevExpress. |
See Also