Back to Devexpress

FlyoutPanel.OptionsBeakPanel Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-891abeaa.md

latest2.5 KB
Original Source

FlyoutPanel.OptionsBeakPanel Property

Provides access to the settings applied to the current FlyoutPanel displayed as a beak form.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
public BeakPanelOptions OptionsBeakPanel { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsBeakPanel As BeakPanelOptions

Property Value

TypeDescription
DevExpress.Utils.BeakPanelOptions

A BeakPanelOptions object representing the settings applied to the current FlyoutPanel displayed as a beak form.

|

Remarks

Read the OptionsBeakPanel property to obtain access to the settings applied to the current FlyoutPanel displayed as a beak form. The BeakPanelOptions object contains the following properties:

  • BeakPanelOptions.AnimationType — gets or sets the animation used to show and hide the beak form.
  • BeakPanelOptions.BackColor — gets or sets the beak form’s background color.
  • BeakPanelOptions.BeakLocation — gets or sets the beak location relative to the beak form.
  • BeakPanelOptions.BorderColor — gets or sets the beak form’s border color.
  • BeakPanelOptions.CloseOnOuterClick — gets or sets whether the beak form closes on light dismiss.
  • BeakPanelOptions.Opacity — gets or sets the percentage of the beak form opacity.

To display a FlyoutPanel as a beak form, call the FlyoutPanel.ShowBeakForm method.

See Also

ShowBeakForm

OwnerControl

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace