Skip to main content

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.v23.2.dll

NuGet Package: 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