Back to Devexpress

FlyoutPanelOptions Members

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

latest6.2 KB
Original Source

FlyoutPanelOptions Members

Contains view and behavior options for a FlyoutPanel.

Constructors

NameDescription
FlyoutPanelOptions()Initializes a new instance of the FlyoutPanelOptions class.

Fields

NameDescription
DefaultAnchorType staticThe default value for the FlyoutPanelOptions.AnchorType property.
DefaultAnimationType staticThe default value for the FlyoutPanelOptions.AnimationType property.
DefaultCloseOnHidingOwner staticThe default value for the FlyoutPanelOptions.CloseOnHidingOwner property.
DefaultCloseOnOuterClick staticThe default value for the FlyoutPanelOptions.CloseOnOuterClick property.
DefaultHorzIndent staticThe default value for the FlyoutPanelOptions.HorzIndent property.
DefaultLocation staticThe default value for the FlyoutPanelOptions.Location property.
DefaultVertIndent staticThe default value for the FlyoutPanelOptions.VertIndent property.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

FlyoutPanelOptions Class

DevExpress.Utils Namespace