ContextMenu.GetMenu(DependencyObject) Method
In This Article
Gets the value of the ContextMenu.Menu attached property for a specified DependencyObject.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static ContextMenu GetMenu(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Context |
The Context |
See Also