BarEditItem.EditHorizontalAlignment Property
Gets or sets the current BarEditItem‘s horizontal alignment within a RibbonPageGroup. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v23.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<HorizontalAlignment> | A HorizontalAlignment enumerator value specifying the current BarEditItem‘s horizontal alignment within a RibbonPageGroup. |
Remarks
A EditHorizontalAlignment property specifies the horizontal alignment within RibbonPageGroups for all child BarEditItemLinks of the current BarEditItem. To specify the horizontal alignment for a specific link, use the BarEditItemLink.EditHorizontalAlignment property instead.
See Also