Class InlineFieldListContextMenuBehavior
A class that implements an attached behavior that handles Request
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. The DataContext. |
Returns
Rad A RadContextMenu instance. |