SchedulerControl.GetOptionsDefaultContextMenuTemplate(SchedulerControl) Method
Gets the SchedulerControl.OptionsDefaultContextMenuTemplate attached property’s value for the specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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