Skip to main content
A newer version of this page is available. .

SchedulerControl.SetOptionsDefaultContextMenuTemplate(SchedulerControl, DataTemplate) Method

Sets the value of the SchedulerControl.OptionsDefaultContextMenuTemplate attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public static void SetOptionsDefaultContextMenuTemplate(
    SchedulerControl obj,
    DataTemplate value
)

Parameters

Name Type Description
obj SchedulerControl

The element to which the attached property is written.

value DataTemplate

The required DataTemplate value.

See Also