HeaderAlignment Enum
Contains values that specify whether a specific LayoutItem’s header is aligned according to the alignment setting of the group where the item resides.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Default
|
The specified LayoutItem’s header is taken into account when aligning other items within the same LayoutGroup according to the LayoutGroupBase.ItemHeadersAlignment option. |
None
|
The specified LayoutItem’s header is not taken into account when aligning other items within the same LayoutGroup. |
Related API Members
The following properties accept/return HeaderAlignment values:
Remarks
Use the LayoutItem.HeaderAlignment property to control whether a specific LayoutItem’s header is aligned according to the alignment setting of the group where the item resides.