Skip to main content

HeaderedItemsContainer.HorizontalHeaderAlignment Property

Gets or sets the horizontal alignment of the container’s header.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public HorizontalAlignment HorizontalHeaderAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

The horizontal alignment of the container’s header.

See Also