Skip to main content

SchedulerListEditor.ContextMenuTemplate Property

Returns a null reference.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Win

Declaration

public override IContextMenuTemplate ContextMenuTemplate { get; }

Property Value

Type Description
DevExpress.ExpressApp.Templates.IContextMenuTemplate

null

Remarks

Since the scheduling control used by the SchedulerListEditor provides its own context menu, the ContextMenuTemplate property always returns null.

For information on the context menu templates, refer to the ListEditor.ContextMenuTemplate property description.

See Also