Skip to main content

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
)

#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