Skip to main content

SchedulerControl.SetSelectableIntervalViewInfo(DependencyObject, ISelectableIntervalViewInfo) Method

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
)
Public Shared Sub SetSelectableIntervalViewInfo(
    element As DependencyObject,
    value As ISelectableIntervalViewInfo
)

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