FlyoutPanelButtonOptions.ButtonPanelContentAlignment Property
Gets or sets the alignment of buttons within the button panel.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
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 |
|
OfficeNavigationBar |
|
See Also