A class that implements an attached behavior that handles RequestContextMenu events, providing a context menu for elements part of the inline field list.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class InlineFieldListContextMenuBehavior : FieldListContextMenuBehavior
Inheritance: objectAttachedBehaviorFieldListContextMenuBehaviorInlineFieldListContextMenuBehavior
Inherited Members
Constructors
C#
public InlineFieldListContextMenuBehavior()
Methods
Provide a context menu that would be displayed for the provided dataContext.
C#
protected override RadContextMenu CreateContextMenu(object dataContext)
The DataContext.
Returns:A RadContextMenu instance.
Overrides: