FlyoutPanelButtonOptions Class
Contains miscellaneous settings applied to a FlyoutPanel‘s built-in button panel.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Related API Members
The following members return FlyoutPanelButtonOptions objects:
Remarks
The FlyoutPanel supports the built-in button panel, which allows you to display custom buttons. Collection of these buttons and settings related to this button panel are contained in the FlyoutPanelButtonObject class. This class’ instance is accessible via the FlyoutPanel.OptionsButtonPanel and OfficeNavigationBar.OptionsPeekFormButtonPanel properties. To create and show the button panel in a FlyoutPanel, add buttons to the FlyoutPanelButtonOptions.Buttons collection and enable the FlyoutPanelButtonOptions.ShowButtonPanel option. The button panel’s position and height can be adjusted with the FlyoutPanelButtonOptions.ButtonPanelLocation and FlyoutPanelButtonOptions.ButtonPanelHeight properties. The alignment of buttons within the button panel is specified by the FlyoutPanelButtonOptions.ButtonPanelContentAlignment property.