Skip to main content
A newer version of this page is available. .

FlyoutPanelButtonOptions.ButtonPanelContentAlignment Property

Gets or sets the alignment of buttons within the button panel.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(ContentAlignment.MiddleRight)]
[DXCategory("Appearance")]
public ContentAlignment ButtonPanelContentAlignment { get; set; }

Property Value

Type Default Description
ContentAlignment **MiddleRight**

A System.Drawing.ContentAlignment enumeration value that specifies the alignment of buttons within the button panel.

Property Paths

You can access this nested property as listed below:

Object Type Path to ButtonPanelContentAlignment
FlyoutPanel
.OptionsButtonPanel.ButtonPanelContentAlignment
OfficeNavigationBar
.OptionsPeekFormButtonPanel.ButtonPanelContentAlignment
See Also