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.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class InlineFieldListContextMenuBehavior : FieldListContextMenuBehavior

Inheritance: objectAttachedBehaviorFieldListContextMenuBehaviorInlineFieldListContextMenuBehavior

Inherited Members FieldListContextMenuBehavior.BehaviorPropertyFieldListContextMenuBehavior.GetBehavior(DependencyObject)FieldListContextMenuBehavior.SetBehavior(DependencyObject, FieldListContextMenuBehavior)FieldListContextMenuBehavior.Detach(DependencyObject)FieldListContextMenuBehavior.Attach(DependencyObject)FieldListContextMenuBehavior.HideSubTotalsMenuItemAttachedBehavior.Reattach(DependencyObject, DependencyPropertyChangedEventArgs)AttachedBehavior.RequestElementType<THost>(object)

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

object

The DataContext.

Returns

RadContextMenu

A RadContextMenu instance.

Overrides FieldListContextMenuBehavior.CreateContextMenu(object)