Class RoutedDialogEvents
Routed events used to delegate the hosting of dialogs to parent elements.
Inheritance
System.Object
RoutedDialogEvents
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public static class RoutedDialogEvents : Object
Fields
RequestDialog
A routed event that is thrown by items that offer to display context menu but delegate the menu assignment to its parents.
Declaration
public static readonly RoutedEvent RequestDialog
Field Value
RoutedEvent
|