Skip to main content

SchedulerControl.SetSelectableIntervalViewInfo(DependencyObject, ISelectableIntervalViewInfo) Method

In This Article

Sets 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 void SetSelectableIntervalViewInfo(
    DependencyObject element,
    ISelectableIntervalViewInfo value
)

#Parameters

Name Type Description
element DependencyObject

The DependencyObject element to which the attached property is written.

value DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo

The required DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo value.

See Also