SchedulerControl.OptionsContextMenu Property
Gets or sets the context menu options. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public OptionsContextMenu OptionsContextMenu { get; set; }
Public Property OptionsContextMenu As OptionsContextMenu
Property Value
Type | Description |
---|---|
OptionsContextMenu | A OptionsContextMenu object representing the context menu options. |
Remarks
Use the OptionsContextMenu property to access the properties allowing you to customize the Scheduler context menus. Use *ContextMenuActions properties to access the target menu's actions collection and add the desired customizations to it. The *ContextMenu properties enables you to access the context menu object and replace it with the custom menu.
TIP
Generate the default context menu of any type and customize it as required using the Scheduler's smart tag. Refer to the Create Context Menu topic for details.