Skip to main content

HeaderedContentContainer.VerticalHeaderAlignment Property

Gets or sets the vertical 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 VerticalAlignment VerticalHeaderAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

The vertical alignment of the container’s header.

See Also