Skip to main content
Bar

BarEditItemLink.EditHorizontalAlignment Property

Gets or sets the current BarEditItemLink‘s horizontal alignment within a RibbonPageGroup. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public HorizontalAlignment? EditHorizontalAlignment { get; set; }

Property Value

Type Description
Nullable<HorizontalAlignment>

A HorizontalAlignment enumerator value specifying the current BarEditItemLink‘s horizontal alignment within a RibbonPageGroup.

Remarks

A EditHorizontalAlignment property specifies the horizontal alignment within a RibbonPageGroups for the specific BarEditItemLink. To set the horizontal alignment for all child links of a BarEditItem, use the BarEditItem.EditHorizontalAlignment property instead.

See Also