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