ContextMenuInfo(Object, UIElement, Object, String, FlyoutSettingsBase, Point) Constructor
In This Article
Initializes a new instance of the ContextMenuInfo class with specified settings.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ContextMenuInfo(
object menuContent,
UIElement target,
object targetDataContext,
string header,
FlyoutSettingsBase settings,
Point targetPosition
)
#Parameters
Name | Type |
---|---|
menu |
Object |
target | Windows. |
target |
Object |
header | String |
settings | DevExpress. |
target |
Point |
See Also