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

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.v19.2.dll

Declaration

public HorizontalAlignment? EditHorizontalAlignment { get; set; }

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