BarEditItemLink.EditHorizontalAlignment Property
In This Article
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<Horizontal |
A Nullable Horizontal |
#Remarks
See BarEditItem.EditHorizontalAlignment to learn more.
See Also