Back to Devexpress

FlyoutPanelOptions Properties

windowsforms-devexpress-dot-utils-dot-flyoutpaneloptions-dot-underscore-properties.md

latest2.3 KB
Original Source

FlyoutPanelOptions Properties

Contains view and behavior options for a FlyoutPanel.

NameDescription
AnchorTypeGets or sets the position at which the FlyoutPanel is displayed relative to its owner (FlyoutPanel.OwnerControl).
AnimationTypeGets or sets the animation effect used to display and hide the FlyoutPanel.
CloseOnHidingOwnerGets or sets whether the FlyoutPanel is automatically closed when the owner control is hidden.
CloseOnOuterClickGets or sets whether the FlyoutPanel is hidden on clicking outside the panel’s bounds.
HorzIndentGets 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.
LocationGets 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.
VertIndentGets 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

FlyoutPanelOptions Class

FlyoutPanelOptions Members

DevExpress.Utils Namespace