Skip to main content
A newer version of this page is available. .

SchedulerListEditor.ContextMenuTemplate Property

Returns a null reference.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.1.dll

Declaration

public override IContextMenuTemplate ContextMenuTemplate { get; }

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