Back to Devexpress

FlyoutPanelButtonOptions.ButtonPanelContentAlignment Property

windowsforms-devexpress-dot-utils-dot-flyoutpanelbuttonoptions-41a8bb46.md

latest2.1 KB
Original Source

FlyoutPanelButtonOptions.ButtonPanelContentAlignment Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(ContentAlignment.MiddleRight)]
[DXCategory("Appearance")]
public ContentAlignment ButtonPanelContentAlignment { get; set; }
vb
<DefaultValue(ContentAlignment.MiddleRight)>
<DXCategory("Appearance")>
Public Property ButtonPanelContentAlignment As ContentAlignment

Property Value

TypeDefaultDescription
ContentAlignmentMiddleRight

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 TypePath to ButtonPanelContentAlignment
FlyoutPanel

.OptionsButtonPanel .ButtonPanelContentAlignment

| | OfficeNavigationBar |

.OptionsPeekFormButtonPanel .ButtonPanelContentAlignment

|

See Also

FlyoutPanelButtonOptions Class

FlyoutPanelButtonOptions Members

DevExpress.Utils Namespace