Gets the value of the DXContextMenu attached property from a given object.
Namespace:DevExpress.Xpf.Bars
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public static IPopupControl GetDXContextMenu(
UIElement element
)
|
VB |
static Public Function GetDXContextMenu(
ByVal element As UIElement
) As IPopupControl
|
Parameters
-
element
-
Type: UIElement
A UIElement whose DXContextMenu property value must be returned.
Return value
Type: IPopupControl
A IPopupControl object associated with the specified object.

See Also