New to Telerik UI for WPFStart a free 30-day trial

A class that implements an attached behavior that handles RequestContextMenu events, providing a context menu for elements part of the inline field list.

Definition

Constructors

C#
public InlineFieldListContextMenuBehavior()

Methods

Provide a context menu that would be displayed for the provided dataContext.

C#
protected override RadContextMenu CreateContextMenu(object dataContext)
Parameters:dataContextobject

The DataContext.

Returns:

RadContextMenu

A RadContextMenu instance.

Overrides: FieldListContextMenuBehavior.CreateContextMenu(object)