SchedulerListEditor.ContextMenuTemplate Property
Returns a null reference.
Namespace: DevExpress.ExpressApp.Scheduler.Win
Assembly: DevExpress.ExpressApp.Scheduler.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Win
Declaration
Property Value
Type | Description |
---|---|
DevExpress.ExpressApp.Templates.IContextMenuTemplate | null (Nothing in VB). |
Remarks
Since the scheduling control used by the SchedulerListEditor provides its own context menu, the ContextMenuTemplate property always returns null (Nothing in VB).
For information on the context menu templates, refer to the ListEditor.ContextMenuTemplate property description.
See Also