Skip to main content

GuideProperties.AllowFlyoutPanel Property

Gets or sets whether any guide owned by this Adorner UI Manager can display flyout panels.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowFlyoutPanel { get; set; }

Property Value

Type Default Description
Boolean true

true, to enable flyout panels for all guides; otherwise, false.

Remarks

See the Adorner Guides document to learn more.

See Also