Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlyoutPanelOptions Properties

Contains view and behavior options for a FlyoutPanel.
Name Description
AnchorType Gets or sets the position at which the FlyoutPanel is displayed relative to its owner (FlyoutPanel.OwnerControl).
AnimationType Gets or sets the animation effect used to display and hide the FlyoutPanel.
CloseOnHidingOwner Gets or sets whether the FlyoutPanel is automatically closed when the owner control is hidden.
CloseOnOuterClick Gets or sets whether the FlyoutPanel is hidden on clicking outside the panel’s bounds.
HorzIndent Gets or sets the panel’s horizontal indent from the owner’s top left or top right corner when the FlyoutPanelOptions.AnchorType property is set to TopLeft or TopRight.
Location Gets or sets the display position of the FlyoutPanel when the FlyoutPanelOptions.AnchorType property is set to Manual. The position is relative to the owner’s top left corner.
VertIndent Gets or sets the panel’s vertical indent from the owner’s top left or top right corner when the FlyoutPanelOptions.AnchorType property is set to TopLeft or TopRight.
See Also