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 | Dependency |
The Dependency |
value | DevExpress. |
The required DevExpress. |
See Also