ContextMenuInfo(Object, ContextMenuRequestedEventArgs, String, FlyoutSettingsBase) Constructor
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,
ContextMenuRequestedEventArgs args,
string header,
FlyoutSettingsBase settings
)
Parameters
Name | Type |
---|---|
menuContent | Object |
args | DevExpress.UI.Xaml.Internal.ContextMenuRequestedEventArgs |
header | String |
settings | DevExpress.UI.Xaml.FlyoutSettingsBase |
See Also