Back to Devexpress

FlyoutPanel.OptionsButtonPanel Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-9339986c.md

latest3.2 KB
Original Source

FlyoutPanel.OptionsButtonPanel Property

Provides access to the set of options applied to the built-in button panel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
FlyoutPanelButtonOptions

A FlyoutPanelButtonOptions object representing a set of options applied to the built-in button panel.

|

Remarks

The FlyoutPanel can display the built-in button panel. Use the OptionsButtonPanel property to obtain the FlyoutPanelButtonOptions object that provides the settings related to the button panel and the collection of buttons.

To display the button panel in the FlyoutPanel, add buttons to the FlyoutPanelButtonOptions.Buttons collection and set the FlyoutPanelButtonOptions.ShowButtonPanel property to true. The position and height of the button panel within the FlyoutPanel can be specified with the FlyoutPanelButtonOptions.ButtonPanelLocation and FlyoutPanelButtonOptions.ButtonPanelHeight properties. The FlyoutPanelButtonOptions.ButtonPanelContentAlignment property allows you to specify the alignment of buttons within the button panel.

See Also

FlyoutPanelButtonOptions

Buttons

ShowButtonPanel

ButtonPanelLocation

ButtonPanelHeight

ButtonPanelContentAlignment

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace