Back to Devexpress

FlyoutPanelButtonOptions.Buttons Property

windowsforms-devexpress-dot-utils-dot-flyoutpanelbuttonoptions-9b73ac6e.md

latest3.1 KB
Original Source

FlyoutPanelButtonOptions.Buttons Property

Provides access to the collection of buttons displayed in the FlyoutPanel‘s built-in button panel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
[ListBindable(false)]
public BaseButtonCollection Buttons { get; }
vb
<DXCategory("Appearance")>
<ListBindable(False)>
Public ReadOnly Property Buttons As BaseButtonCollection

Property Value

TypeDescription
DevExpress.XtraEditors.ButtonPanel.BaseButtonCollection

A BaseButtonCollection object representing a button collection.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Buttons
FlyoutPanel

.OptionsButtonPanel .Buttons

| | OfficeNavigationBar |

.OptionsPeekFormButtonPanel .Buttons

|

Remarks

Read the Buttons property to obtain the collection of buttons displayed in the FlyoutPanel‘s built-in button panel. To display this panel within a FlyoutPanel, add buttons to the Buttons collection and enable the button panel by setting the FlyoutPanelButtonOptions.ShowButtonPanel property to true.

For a button panel displayed within a FlyoutPanel, use the FlyoutPanel.ButtonClick event to process button clicks. For the button panel displayed within a Peek Form in the OfficeNavigationBar, handle the OfficeNavigationBar.PeekFormButtonClick event.

See Also

OptionsButtonPanel

PeekFormButtonClick

FlyoutPanel

FlyoutPanelButtonOptions Class

FlyoutPanelButtonOptions Members

DevExpress.Utils Namespace