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

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.v19.2.dll

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