BarEditItemLink.EditHorizontalAlignment Property
Gets or sets the horizontal alignment of the editor within the BarEditItemLink. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<HorizontalAlignment> | The horizontal alignment of the editor within the BarEditItemLink. |
Remarks
The EditHorizontalAlignment
property specifies the editor’s horizontal alignment for the specific BarEditItemLink. To set the horizontal alignment for all child links of a BarEditItem, use the BarEditItem.EditHorizontalAlignment property instead.
See Also