Skip to main content
Bar

BarEditItemLink.EditHorizontalAlignment Property

Gets or sets the horizontal alignment of the in-place editor displayed by the current link. This property is in effect when the BarEditItemLink is displayed within a RibbonControl.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public HorizontalAlignment? EditHorizontalAlignment { get; set; }

#Property Value

Type Description
Nullable<HorizontalAlignment>

A Nullable HorizontalAlignment value that is the horizontal alignment of the in-place editor.

#Remarks

See BarEditItem.EditHorizontalAlignment to learn more.

See Also