windowsforms-devexpress-dot-utils-dot-flyoutpanel-891abeaa.md
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
[DXCategory("Options")]
public BeakPanelOptions OptionsBeakPanel { get; }
<DXCategory("Options")>
Public ReadOnly Property OptionsBeakPanel As BeakPanelOptions
| Type | Description |
|---|---|
| DevExpress.Utils.BeakPanelOptions |
A BeakPanelOptions object representing the settings applied to the current FlyoutPanel displayed as a beak form.
|
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:
To display a FlyoutPanel as a beak form, call the FlyoutPanel.ShowBeakForm method.
See Also