ClassInlineFieldListContextMenuBehavior
Class
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:
cs-api-definition
public class InlineFieldListContextMenuBehavior : FieldListContextMenuBehavior
Inheritance: objectAttachedBehaviorFieldListContextMenuBehaviorInlineFieldListContextMenuBehavior
Inherited Members
Constructors
InlineFieldListContextMenuBehavior()
Declaration
cs-api-definition
public InlineFieldListContextMenuBehavior()
Methods
CreateContextMenu(object)
Provide a context menu that would be displayed for the provided dataContext.
Declaration
cs-api-definition
protected override RadContextMenu CreateContextMenu(object dataContext)
Parameters
dataContext
The DataContext.
Returns
A RadContextMenu instance.
Overrides