Skip to main content

SchedulerControl.GetOptionsDefaultContextMenuTemplate(SchedulerControl) Method

Gets the SchedulerControl.OptionsDefaultContextMenuTemplate attached property’s value for the specified DependencyObject.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static DataTemplate GetOptionsDefaultContextMenuTemplate(
    SchedulerControl obj
)

Parameters

Name Type Description
obj SchedulerControl

The element’s SchedulerControl.Scheduler property value.

Returns

Type Description
DataTemplate

The element from which the property value is read.

See Also