Skip to main content
A newer version of this page is available. .

ContextMenu.FlyoutSettings Property

Gets or sets the flyout settings applied to the menu. This is a dependency property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v19.2.dll

Declaration

public FlyoutSettingsBase FlyoutSettings { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.FlyoutSettingsBase

A DevExpress.UI.Xaml.FlyoutSettingsBase class instance, providing access to the flyout settings.

See Also